How do I lock cells in a table?

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

Guest

When i type into a table I have in a template, the text will 'push' the cell
width if the text is long enough. I want the text to wrap within the cell and
not change the cell size.
 
On Sun, 19 Sep 2004 14:07:03 -0700, "Joe P" <Joe
When i type into a table I have in a template, the text will 'push' the cell
width if the text is long enough. I want the text to wrap within the cell and
not change the cell size.

Don't confuse data storage with data presentation. Table datasheets
are for data STORAGE. If you want text to wrap, create a Form (for
onscreen viewing) or a Report (for printing) with a textbox based on
the table. You can set the properties of the textbox to wrap.


John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 

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