I want to wrap the text in the table in Access

  • Thread starter text wrap in Access
  • Start date
T

text wrap in Access

I am making a reportwith several columns which I want to fit in two pages.
As some of the text in each cell is long my columns are quite wide. I have
increased the hight of the rows but how can I write the text in two lines or
is there anything like 'text wrap'in Access. I am using Access 2002.

Thanking you for your help
 
V

Van T. Dinh

TextBox Controls in Access Reports will automatically wrap the text if the
height of the Control allows it.

Check Access Help on the CanGrow Property of the TextBox Control.
 
T

text wrap in Access

Thanks a million. that was very useful

Van T. Dinh said:
TextBox Controls in Access Reports will automatically wrap the text if the
height of the Control allows it.

Check Access Help on the CanGrow Property of the TextBox Control.
 
Top