Printing with memo fields

W

WLMPilot

I have a table that is basically a diary. The EventDesc (memo field) is the
field in question. The format I have laid out is to have fields like "Date
of Event", "Subject", "Category", etc., print on the same line. Then I have
the EventDesc print underneath it.

The problem comes about when I have expanded the memo field to a particular
given size, say one that will display 10 lines at a time, but there is only 2
lines of info entered in the field. I have a gap of 8 lines before the next
item print.

Can that be shortened automatically during print in order to reduce paper
being used and removal of gaps?

Thanks,
Les
 
A

Allen Browne

Set the text box to just one line high, and set its Can Grow property to Yes
so it can expand when needed.
 
W

WLMPilot

Thank you. That worked great.

Les


Allen Browne said:
Set the text box to just one line high, and set its Can Grow property to Yes
so it can expand when needed.
 
Top