Variable Font Color in Combo Box

  • Thread starter Thread starter Jon M.
  • Start date Start date
J

Jon M.

Greetings all,
I have a form with a combo box populated from a Value List. I'm wondering
if there is a way to make the font different colors in my combo box and
appear that way on the form. Basically I have a priority field that can
either be High, Medium, or Low. When chosen in the combo box I would like
High to be red, Medium to be yellow, and Low to be green when displayed on
the form. Is this possible? As always I appreciate any input I can get.
 
Jon said:
I have a form with a combo box populated from a Value List. I'm wondering
if there is a way to make the font different colors in my combo box and
appear that way on the form. Basically I have a priority field that can
either be High, Medium, or Low. When chosen in the combo box I would like
High to be red, Medium to be yellow, and Low to be green when displayed on
the form.


With up to 3 different values, you can use Conditional
Formatting (View menu) to get the different colors.
 
Back
Top