|
Question : Change font color in access when two criteria are met
|
|
I would like to know how to have access change the font color when criteria 1 " 5 days past "date In" has been met and "corrections" is in a second field in a record in a table. I would like to see the font color change to red in the form view
|
|
Answer : Change font color in access when two criteria are met
|
|
It's not really a string, but an SQL statement. Just go to the query used for the combo and enter an additional field with: ConditionOK:IIF([table1]![dateout]ate()-5 And [table1]![outfor]="corrections",True,False)
Then run the query to see the result.
You can drop the .mdb compacted and zipped when still uncertain. (click my name for the address)
Nic;o)
|
|
|