Column header text wrapping?

  • Thread starter Thread starter flint
  • Start date Start date
F

flint

I have a table with some columns that have small data in them i.e.
just two characters. The Column header has something like "QTY PER".
If I don't want to crop the header text I have to have a column width
dictated by the header. Is it possible to wrap the text like in Excel?

Thanks

Flint
 
I have a table with some columns that have small data in them
i.e. just two characters. The Column header has something like
"QTY PER". If I don't want to crop the header text I have to
have a column width dictated by the header. Is it possible to
wrap the text like in Excel?

Thanks

Flint
table: No
Query: No
FORM YES!!!!
 
No, it's not possible.

BUT, you shouldn't be using the table for data display/entry. That's what
forms are for. You can set up a continuous form to display your table's
data, with label controls in the header section for the field names, and
format the label controls to have wrapped text.

HTH,

Rob
 

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