Hi, I'm trying to use an expression in conditional formatting on a date field. I want the date to turn red if it is more than 18 workdays older than today's date (now).
I'm using
DateDiff("d",[Date_Received],[Now()]) > 18
Not working though
Thanks
I'm using
DateDiff("d",[Date_Received],[Now()]) > 18
Not working though
Thanks