I have a basic Access 2010 report, with a simple query that just lists a handful of fields from a single table, and a report that just lists the query.
The list includes four memo fields that contain variable amounts of data; some are empty, some contain hundreds of characters. However, some of the memo fields appear truncated on the report, although they are not truncated in the query output.
The memo fields all have “Can grow = Y” in the report properties, and the truncation is not consistent; e.g., one record has a 411-character memo field truncated at 248 characters but a 449-character one not truncated at all.
What could be causing this?