Combo Box highlight and Open Box Question

T

TotallyConfused

I have a combo box that has several columns. When I choose a name, I would
like the highlight to be a different color than black and would like the
combo box to stay open or for the data to stay on top. Is this possible, if
so how? Thank you.
 
D

Damian S

Hi TC,

If you want the list of items to remain visible, try using a List Box
instead of a Combo Box.

Damian.
 
T

TotallyConfused

Thank you so much for responding. If I use the "List Box", can I change the
color of the highlight?
 
A

Albert D. Kallal

Thank you so much for responding. If I use the "List Box", can I change
the
color of the highlight?

Not in a listbox, but, if you use a continues form...you could change
this.....

If you look at the following screen shots, you can see that a continues
form, and a listbox look VERY similar....
 
Top