Memo field not fully displaying

C

CathyGagl

I'm trying to display a memo field from a table in a text
field on a report and it is truncating. I've updated my
system with Service Release 1/1a and Service Pack 3, to no
avail. I've made sure that the field is set 'to grow' at
every level. What else can I try?

Thanks for any suggestions!
Cathy
 
D

Duane Hookom

Does the full text appear when viewing the datasheet of the report's record
source? If not, remove any phrases like "DISTINCT" or "DISTINCTROW" or
"GROUP BY".
 
C

CathyGagl

THANK YOU!!!

It was the Group By that was causing the problem! I would
have never guessed!

Cathy
 
Top