Color some values in combo box

J

JustinP

Is it possible to color some of the values in a combo box one color
based on a criteria and others another color?
 
J

JustinP

To be more specific about what I want to do:

Color all the records in the combo box that are redundant, red (i.e.
If Me![Redundant] = Yes)
 
J

John Vinson

Is it possible to color some of the values in a combo box one color
based on a criteria and others another color?

No. You can do so on a continuous Subform using conditional
formatting, but not in a Combo Box.

John W. Vinson[MVP]
 
Top