Subreport only displays 255 characters.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top