View Full Version : wrap text in textbox


qwertyjjj
11-22-2006, 04:25 AM
On my report, I have a textbox which is populated with data from a query.
Occasionally, the text is too long for the textbox and I need to wrap it onto the next line.
Is there anyway to do that?
I can't find a property for it at the moment...

Ron_dK
11-22-2006, 04:47 AM
Make sure that the field properties of the text box in your report are set to Can grow > Yes.

Hth