wrap memo text?

  • Thread starter Thread starter N. Wilcox
  • Start date Start date
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 :)
 
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.
 
With the report in design view, set the Can Grow property of the section and
of the text control to "Yes".

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top