joolsUK0575
Registered User.
- Local time
- Today, 22:56
- Joined
- May 6, 2004
- Messages
- 49
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 field.
There is a field in the database called Deadline BUT the dates in this vary between a 5 week date and an 8 week date which is why I created the OfficerDeadline expression to add on 5 weeks to the Date_Valid field.
So, any ideas as to how I get it to work?
Thanks for any help
Jools
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 field.
There is a field in the database called Deadline BUT the dates in this vary between a 5 week date and an 8 week date which is why I created the OfficerDeadline expression to add on 5 weeks to the Date_Valid field.
So, any ideas as to how I get it to work?
Thanks for any help
Jools