How do I apply the "room to grow" setting?

R

Rick B

Are you in a report? If so, set the control's (and the section's) "can
grow" property to "true".
 
S

Sprinks

If you're referring to the CanGrow property of a report control or section,
set it to Yes. In form design view, View, Properties, <select object>.
CanGrow is on the Format tab.

Sprinks
 
J

John Vinson

How do I apply the "room to grow" setting?

I presume you are referring to "Allow to Grow"? What's the context,
je? A Form, a Report? a section or a textbox?

If it's a textbox on a Report, just set the textbox's Allow to Grow
property to True. Be sure there is no other control beside this
textbox, on the same horizontal level - if there is, your textbox
can't grow. If there isn't such another control, it will expand to fit
the text contained in it when you preview or print the report; the
size may be different for different records depending on the amount of
text.

John W. Vinson[MVP]
 
Top