Text entered in memo field are cut off in report.

R

RCruz

Entered comments in a Memo text field in a form, which should be 65k or
Characters maximum. But when a preview report, some of the words did not
appear at all.
Can grow = Yes
Can Shrink = Yes
 
D

Duane Hookom

Check to make sure the entire text appears in the record source query of the
report. If not, you probably have a phrase in the SQL like "DISTINCT",
"DISTINCTROW","GROUP BY", "UNION",...
 
Top