Access Reporting and Limitation on using Text Boxes

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

Guest

t seems that text boxes in Access Reports have the same limitation as with
Access forms of 256 characters. Does anyone have a suggestion on how to
print text that is greater than 256 on an Access Report
 
The limit for TextBox is 64K characters.

Check the RecordSource Query of the Report. If you use GROUP BY in the
Query, the Memo Field values will be truncated to 256 characters.
 

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