Conditional formatting

bellemmar

Registered User.
Local time
Today, 05:08
Joined
Mar 9, 2011
Messages
64
Hello,
Is there a way to use conditional formatting with a date? For instance, in my form I'd like the date field to turn red once a particular date has passed (to show that memberships are expired).
Can this be done or am I better to just format a report of upcoming expiration dates?
Thanks.
 
Last edited:
You should be able to do it. An expression like:

[FieldName] < Date()
 

Users who are viewing this thread

Back
Top Bottom