Memo field cuts text

A

ant1983

Hi,

I have a report running of a straight-forward query. I have a field called
memOutcomes which is a Memo field.

The text in that field seems to cut off in my report and it seems at the
same amoutn of characters in each line - what could cause this?
 
M

Marshall Barton

ant1983 said:
I have a report running of a straight-forward query. I have a field called
memOutcomes which is a Memo field.

The text in that field seems to cut off in my report and it seems at the
same amoutn of characters in each line - what could cause this?


Lots of things will truncate memo fields to 255 characters.

Setting the text box's Format property to anything

Using anything in the report's record source query that
needs to compare the memo field. For example:
DISTINCT
GROUP BY
ORDER BY
etc
 

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