Subreport only displays 255 characters.

G

George Heimovics

A report with a memo field displays fine, but when that report is used as a
subreport, only 255 characters are shown in the section.

What is controlling this? How do I fix it?
 
D

Duane Hookom

Check the subreport's record source datasheet view to see if the field is
being truncated in the query. If so, remove any "Group By", "Distinct", etc.
If you can't find the issue, come back with the SQL view.

Also, setting any format property of the control will truncate the field.
 
Top