Memo field does not grow - tried usual solutions

B

BenL712

I have a report with a memo field that does not grow. I have checked the
usual - no grouping or sorting on the field, no calculations, etc. The query
used by the report shows the field in its entirety. The other unusual part
is that there are other memo fields that are growing, but this one is not. I
haven't been able to identify anything ususual about it. Any help is greatly
appreciated!
 
A

Allen Browne

Anything in the Format property of the text box on the report?

Or the Format property of the memo field in its table?

In the Print event of the section that contains the memo, add this line to
the Event Procedure code:
Debug.Print Me.[YourTextBoxNameHere]

When it runs, open the Immediate window (Ctrl+G), and see if the full text
gets printed out.

Presumably the text box's Can Grow property is Yes, and there is nothing
overlapping the control.
 

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