Forum Discussion
MCFNeil
8 years agoQrew Captain
if more than 9 days in the future:
If ([Date Released for Inspection]> Today()+Days(9) , "red", "")
if less than 9 days in the past:
If ([Date Released for Inspection]< Today()-Days(9) , "red", "")
If ([Date Released for Inspection]> Today()+Days(9) , "red", "")
if less than 9 days in the past:
If ([Date Released for Inspection]< Today()-Days(9) , "red", "")