|
Attn Geeks: MS Access help needed (conditional formatting)
In a form, I have a drop down box called "Location". The items in the drop down box are Dayton, Columbus, Offsite, RETURNED, etc.
Basically, I want to set up conditional formatting so that when you select "RETURNED" in the drop-down box, it changes the formatting in other fields to be bolded/italicized.
I know you have to use "Expression Is" for the condition, but apparently I'm not getting the formula correct. I used
code: [Location]="RETURNED"
No go. Can you not use an absolute value? Am I not on the right track here? Am I even making sense?
I'm using Access 2007 but saved in 2003 compatible format.
Edit: screenshot
|