Displaying more than 255 characters in a report

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

Guest

I am trying to create a report based on a query. My report will not display
the entire content of the field whose type is 'Memo' with more than 255
characters. How do I get the report to display all the information in the
field.
 
Arlsha said:
I am trying to create a report based on a query. My report will not
display the entire content of the field whose type is 'Memo' with
more than 255 characters. How do I get the report to display all the
information in the field.

Chance are the text is being truncated by the query , not the report. The
exception to this would be if you are applying a format property to the
TextBox. You can't do that and display an entire memo field.

In your query make sure you are not using DISTINCT or Grouping on the memo
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