Can I increase the row height of captions in a table?

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

Guest

I want to make the caption text wrap so that the row height of the field
names is twice as high as the actual data entries in the table. Any ideas?
 
Confused said:
I want to make the caption text wrap so that the row height of the
field names is twice as high as the actual data entries in the table.
Any ideas?


Idea #1. Don't mess with the Tables. If you want to display data, use
a form or query. You should be able to do what you want in a continuous
form as I recall and maybe a query.
 
Access does not provide any means to do this in a table. For more control
over format and layout than is available in a table, you need to use a form
or a report.
 

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