Formatting text box.

F

fredg

How can I format a text box in a report to self-adjust to length of content?

You can allow the control to expand downward (it's height) by setting
it's Can Grow property to Yes.
Also set the Detail section's Can Grow to Yes.
 
M

Marshall Barton

BD said:
How can I format a text box in a report to self-adjust to length of content?


Wow, that's the vaguest question I've seen in a month or
more.

Whatever you're trying to do, it will probably require the
TextHeightWidth function at www.lebans.com
 
Top