Access: My memo fields are being truncated when running a report

G

Guest

In Access, my memo fields are being truncated to 256 characters when running
a report or when exporting to .rtf or .snp formats. I'm running 2000 format.
 
A

Allen Browne

Several things can cause that.

1. Aggregation on memo field.
If the source of this report is a query that performs any grouping in the
memo, it will truncate. You can solve that by choosing First instead of
Group By under your memo field, and then renaming the memo in the report
(since it's now called something like FirstOfMyMemo.)
If there is no GROUP BY clause in the source query, it could be something
else such as a DISTINCTROW.

2. Formatting of memo field.
If there is anything in the Format property of the text on your report, or
the Format property of the field in your table, remove it. For example, the
character causes conversion to upper case, and Access will truncate the
result.

3. See:
Memo Field That Is Exported to RTF Format May Be Truncated
at:
http://support.microsoft.com/default.aspx?scid=kb;en-us;288877

4. See:
When You Export an Access Report the Memo Field Is Truncated
at:
http://support.microsoft.com/default.aspx?scid=kb;en-us;281153
 

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