Can I use word wrap for the memo field in Access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The memo field goes on forever. How can I set up word wrap for the memo
field in Access 2000 such as in Excel?
 
Are you working directly in the table? If so, consider using a form and a
control -- these will give you "word wrap" and a host of other capabilities
over display (e.g., conditional formatting, events, ...).

But a table is just a bucket o' data, and greatly limits your display
options.

Good luck

Jeff Boyce
<Access MVP>
 
The memo field goes on forever. How can I set up word wrap for the memo
field in Access 2000 such as in Excel?

Set the text box control's Multiline property to True.


Tim F
 
Back
Top