Wrap Text In Query Column Headings

A

Ari

Anyone know how to format a cross-tab query's column headings so the text
wraps around instead of going long on one line?

Thanks!

Ari Blum
 
J

John Spencer

Not possible in a query.

You could do this in a form or in a report with some complex vba - assuming
that you don't know the column names in advance (i.e., you haven't specified
them in the query in the column heading property of the query (or in the
Pivot clause))
 
Top