J JustinP Sep 4, 2006 #1 Is it possible to color some of the values in a combo box one color based on a criteria and others another color?
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 Sep 4, 2006 #2 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)
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 Sep 4, 2006 #3 Is it possible to color some of the values in a combo box one color based on a criteria and others another color? Click to expand... No. You can do so on a continuous Subform using conditional formatting, but not in a Combo Box. John W. Vinson[MVP]
Is it possible to color some of the values in a combo box one color based on a criteria and others another color? Click to expand... No. You can do so on a continuous Subform using conditional formatting, but not in a Combo Box. John W. Vinson[MVP]