Alexandros
New member
- Local time
- Today, 20:49
- Joined
- Feb 9, 2012
- Messages
- 5
Hello,
I have a report connected to a query. That query has an expression column that concatenates several fields. 1 memo and like 8 text. As you understand concatenation causes characters beyond 255 to be truncated since access treats them as text during the concatenation and not as memo.
I found 2 threads with a solution but both were using SQL which I do not know.
Im familiar with programming but not with SQL. Is there a way to make the expression field in my query display over 255 characters resulting from concatenating fields?
Thanks in advance
I have a report connected to a query. That query has an expression column that concatenates several fields. 1 memo and like 8 text. As you understand concatenation causes characters beyond 255 to be truncated since access treats them as text during the concatenation and not as memo.
I found 2 threads with a solution but both were using SQL which I do not know.
Im familiar with programming but not with SQL. Is there a way to make the expression field in my query display over 255 characters resulting from concatenating fields?
Thanks in advance