Memo field in a query

R

Rob Derosier

I have a query that I am using for a report, and one field
is memo. The data for the memo stored in the table often
runs more than 255 characters, but when I run the query or
the report, it gets truncated to 255 like it was a text
field instead. Any ideas on how to get the entire memo to
display in the report?
 
J

John Vinson

I have a query that I am using for a report, and one field
is memo. The data for the memo stored in the table often
runs more than 255 characters, but when I run the query or
the report, it gets truncated to 255 like it was a text
field instead. Any ideas on how to get the entire memo to
display in the report?

Be sure not to Group By or sort on the memo field! That truncates it.

Perhaps you could post the SQL of the query.
 

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

Top