I have fields with expiration dates. I am attempting to conditional format them to show a color when the date is 30 days or less from today.
I have:
Value<=DateAdd("d",30,Now())
It's working bit it's also formatting all of the dates that are 1/31/2014 for some reason. Not any other 2014 dates, just 1/31/2014.
Any suggestions?
I have:
Value<=DateAdd("d",30,Now())
It's working bit it's also formatting all of the dates that are 1/31/2014 for some reason. Not any other 2014 dates, just 1/31/2014.
Any suggestions?