Conditional formatting - dates in January

sdjames1979

Registered User.
Local time
Today, 16:54
Joined
Jun 16, 2015
Messages
25
Hi there

I have a report and i'm trying to set up the conditional format to highlight any dates within January red.

Thanks

S
 
January in any year?
Code:
[I][COLOR="Blue"]Expression Is[/COLOR][/I]

Month([DateField]) = 1

January in current year?
Code:
[I][COLOR="Blue"]Expression Is[/COLOR][/I]

Format([DateField], "mmyy") = Format(Date(), "mmyy")
 

Users who are viewing this thread

Back
Top Bottom