wrap memo text?

N

N. Wilcox

In my batabase the field in the table is set up for Memo. When I create a
report all the text does not show up. Is there a way to wrap the text so
that when it gets to the end of the selection area it will start on a second
line?

This is my first Database, go easy on me :)
 
R

Rick Brandt

N. Wilcox said:
In my batabase the field in the table is set up for Memo. When I
create a report all the text does not show up. Is there a way to wrap
the text so that when it gets to the end of the selection area it
will start on a second line?

This is my first Database, go easy on me :)

Set the CanGrow property of the TextBox and of the Section the TextBox resides
in to Yes.
 
L

Larry Daugherty

With the report in design view, set the Can Grow property of the section and
of the text control to "Yes".

HTH
 
Top