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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top