View Full Version : Report with Memo field that varies in size


Marilor
06-24-2002, 08:14 AM
Hello, I have created a report that prints a letter and takes some fields from one of my tables, however one of these fields is the subject of a request and it varies in size. What can I do so that it doesn't cut it to fit the textbox I have in my report and move the other fixed text on the letter down ??

Thanks...

David R
06-24-2002, 08:39 AM
You may also have to change the CanGrow property for the Detail section of your report as well.

Hayley Baxter
06-24-2002, 08:40 AM
Go to the properties of your text box and set the properties to can grow = yes can shrink = yes.

Hayley

Marilor
06-24-2002, 08:49 AM
Thank you so much, that's what was missing!!!!!!!