mdnuts
Registered User.
- Local time
- Today, 01:26
- Joined
- May 28, 2014
- Messages
- 131
I've got a number of date fields but focusing on one where the text box is named "IRPExpDate". I want to display conditional formatting based on the date in the box. The target being highlight when it approaches 60 days from 1 year past the date in the text box, then 30 days and finally when 1 year has been met or gone by. I have the following but it's not highlighting correctly. it just shows the 305-334 range even if the date is greater than a year old.
any idea where I'm going awry? I've tried alternating the order of the list which didn't change anything.
Code:
Value >= [IRPExpDate] + 365
Value is Between [IRPExpDate]+335 and [IRPExpDate]+364
Value is Between [IRPExpDate]+305 and [IRPExpDate]+334
any idea where I'm going awry? I've tried alternating the order of the list which didn't change anything.
Attachments
Last edited: