In MS Access 2003, How do I print Memo Fields to AutoExpand?

  • Thread starter Thread starter AppliedecoCindy
  • Start date Start date
A

AppliedecoCindy

We are trying to print from a form and allow the Memo Field in an datasheet
to autoexpand.
 
We are trying to print from a form and allow the Memo Field in an datasheet
to autoexpand.

I don't think you can. However it's very easy to create a Report based on the
same data, and set the Can Grow property of the textbox containing the memo
field to Yes, and have a button on your form to print the report.
 
=?Utf-8?B?QXBwbGllZGVjb0NpbmR5?=
We are trying to print from a form and allow the Memo Field in an
datasheet to autoexpand.

The CanGrow property works only in reports. I have never been able
to figure out what it exists at all in forms.
 
Back
Top