G
Guest
My queries are truncating memo field after 255 characters. I want the entire
memo field displayed
memo field displayed
David W. Fenton said:
I was surprised to see that you didn't suggest the trick of
something like Left([MemoField], N), where N is some large number
that is greater than the length of the longest memo field value (I
use 4096 when I have to do this, which is very seldom, thankfully).
Surprisingly, it's not so terribly slow as you might expect.
When do you use that, David?
When you Group By the memo?