Memo field only partially displaying?

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I have a relatively straight forward report that is
displaying 3 columns in a tablular format on a report.
One of the fields is a memo field.

When the report prints, only part of the data in the table
associated with the memo field is displayed in the
report. I know that the data is in the table since I can
view it in the table. I'm not sure if it is the fact that
the field is a memo field or if there is something else
affecting the output.

Thanks,

Dave
 
Check the SQL of the report's record source. You may need to remove and text
like "DISTINCT" or "DISTINCTROW" or "GROUP BY". If this doesn't work, make
sure the Format property of the text box has no value.
 

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