Hi there
I'm working on a query where I need to calculate the number of days left before a deadline.
There is a slight twist though. I have created a query which has an expression field in it as follows: OfficerDeadline: DateAdd("ww",5,[Date_Valid]) I need to do the calculation off of this...