Listbox color

R

Ronny

Hi,,
I have a listbox based on a query on my form. How can I set color to the row
containing Column Headers ?

Ronny
 
R

Rick Brandt

Ronny said:
Hi,,
I have a listbox based on a query on my form. How can I set color to the row
containing Column Headers ?

You can't. You can turn column headings off in the ListBox and make your own
labels above it. Then you are free to format them anyway you want.
 
Top