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
Bob Quintal - 16 Jun 2007 00:21 GMT
> I have a table with some columns that have small data in them
> i.e. just two characters. The Column header has something like
[quoted text clipped - 5 lines]
>
> Flint
table: No
Query: No
FORM YES!!!!

Signature
Bob Quintal
PA is y I've altered my email address.
--
Posted via a free Usenet account from http://www.teranews.com
Rob Parker - 16 Jun 2007 01:15 GMT
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
>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".
[quoted text clipped - 4 lines]
>
> Flint