Memo field shows >255 characters in Forms, but Report cuts off at 255. Why?
B Basingstoke Jun 22, 2006 #1 Memo field shows >255 characters in Forms, but Report cuts off at 255. Why?
R Rick Brandt Jun 22, 2006 #2 Basingstoke said: Memo field shows >255 characters in Forms, but Report cuts off at 255. Why? Click to expand... 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.
Basingstoke said: Memo field shows >255 characters in Forms, but Report cuts off at 255. Why? Click to expand... 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.