TranceAddict Forums (www.tranceaddict.com/forums)
- Chill Out Room
-- Attn Geeks: MS Access help needed (conditional formatting)
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"
I hate you all.
im sure bas knows. hes good at access db programming.
Shouldn't it be [value]="Returned" ?
| quote: |
| Originally posted by bas Shouldn't it be [value]="Returned" ? |
u gotta put the name of the field, not the textbox. so if your field name was "I_Caress_Small_Boys" for example, you would put [I_Caress_Small_Boys]="RETURNED" as the expression.
/Access programming skills
Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.