how do you wrap text in a label in access?

B

baildj

The company names and street names overextend the label and I would like to
wrap the text so that it will use the next line instead of being cut off. PLZ
Help!
 
R

Rick Brandt

baildj said:
The company names and street names overextend the label and I would like to
wrap the text so that it will use the next line instead of being cut off. PLZ
Help!

Assuming you mean a TextBox and not a Label...

Just set the CanGrow property to Yes and the control will expand to show as
many rows as required.
 
Top