Is it possible on a combo box to change the background color based on the values? I have a combo box that pulls it's choices from a table. In the table there are 3 fields (Classid, Classdesc, Status)
The form the combo box is on is based on another table that has a table to link to the choices in the combo box ClassID is the field to link. The combo box does not display that field it displays the description for the user to select. However those choices vary as some were canceled from last year and others added this year. We still want to track the history but I want to differentiate the possibilities in the combo box by changing the background colors for those that are active versus those that are inactive. Any thoughts how I can do that?