How do I print complete variable length memo fields in reports?

M

Mary

I'd like to be able to print the memo field from an Access 2003 database
without truncating or losing the text in the variable memo field, or adding
white space that I don't need
 
M

Marshall Barton

Mary said:
I'd like to be able to print the memo field from an Access 2003 database
without truncating or losing the text in the variable memo field, or adding
white space that I don't need


Set CanGrow to Yes for both the text box bound to the memo
field and the section containing the text box.
 
Top