Conditional formatting in Access 2007
Solved
Oups !!
Posted messages
6
Status
Member
-
Gaunts Posted messages 1390 Status Member -
Gaunts Posted messages 1390 Status Member -
Hello,
I would like a date that is entered to change its formatting when it is earlier than the current date. Can someone help me?
Thank you.
I would like a date that is entered to change its formatting when it is earlier than the current date. Can someone help me?
Thank you.
5 answers
Re,
On your form, you select your date field, then you click on "conditional formatting" in the toolbar.
Then I'm used to using the expression option, you can enter:
specifying the color you want to apply to the field next to it.
On your form, you select your date field, then you click on "conditional formatting" in the toolbar.
Then I'm used to using the expression option, you can enter:
[registered date] < date()
specifying the color you want to apply to the field next to it.