Column header text wrapping?

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
 
B

Bob Quintal

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!!!!
 
R

Rob Parker

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
 
Top