troubleshoot memo fields in repots

T

Terry

Maurice,

Make sure you are not grouping / sorting by the memo field
and that you are not performing any calculation on the
memo field before displaying it. Access will truncate the
memo at 255 characters if you do.

Also check that the report section (detail, group header
etc) that contains the memo control is set to can grow as
well.

If this doesn't help check the query and see if all the
memo is returned in the query and we'll try again.


HTH

Terry
 
Top