Reports: memo field won't display more than 255 characters

R

Rick Brandt

Basingstoke said:
Memo field shows >255 characters in Forms, but Report cuts off at
255. Why?

If you have any format property applied to the memo field in the query or on
the TextBox used to display it in the report. Also if your query is using
GroupBy on the memo field or is using DISTINCT to eliminate duplicates.
 
Top