I have a form with a combo box to select items. Also on the form is a checkbox (tri-state) named Done. I want the color of the combo box text to turn colors based on the state of the tri-state check box. I actually have about 7 forms with this setup...they all work and change colors as they should based on their respective check boxes. Except for this one
Form the Combo box name: = ComboCACTUS Checkbox name: = Done
Conditional formatting attached to ComboCACTUS: Expression IIf([Done]=Yes,1,0) (sets text of combo to green), Expression IIf([Done]=No,1,0) (sets text of combo to Red), Expression IIf(IsNull([Done]),1,0) (sets text of combo to blue).
The base color of the text shows as black and will not change to any of the above colors no matter what the state of the check box is.
This is done in MS Access 2007/2010. I have also recreated...the issue remains.
I have changed names and that does not help.
Any suggestions?
Form the Combo box name: = ComboCACTUS Checkbox name: = Done
Conditional formatting attached to ComboCACTUS: Expression IIf([Done]=Yes,1,0) (sets text of combo to green), Expression IIf([Done]=No,1,0) (sets text of combo to Red), Expression IIf(IsNull([Done]),1,0) (sets text of combo to blue).
The base color of the text shows as black and will not change to any of the above colors no matter what the state of the check box is.
This is done in MS Access 2007/2010. I have also recreated...the issue remains.
I have changed names and that does not help.
Any suggestions?