SmudgerGTS
New member
- Local time
- Today, 21:14
- Joined
- Mar 16, 2020
- Messages
- 23
Hi, I have a query in place that pulls delivery dates from a table. The current query pulls the whole week by using
Field : DatePart("ww",[DelDate])
Criteria : DatePart("ww",Date())
and
Field : Year([DelDate])
Crireria : Year(date())
I would like to be able to pull only the deliveries for the remaining days of the week (including today), so today is Thursday, I'd like to pull Thurs, Fri, Sat & Sun. New week starts on Monday if possible.
Thanks
Field : DatePart("ww",[DelDate])
Criteria : DatePart("ww",Date())
and
Field : Year([DelDate])
Crireria : Year(date())
I would like to be able to pull only the deliveries for the remaining days of the week (including today), so today is Thursday, I'd like to pull Thurs, Fri, Sat & Sun. New week starts on Monday if possible.
Thanks