LEE hepworth
Registered User.
- Local time
- Today, 12:23
- Joined
- Nov 14, 2003
- Messages
- 23
Hi
Just need some confirmation. Using a query to find amount of sales between two dates. The start of the week starts on Monday and needs to include the sales for that day and finishes on Saturday and include that day. Sunday there are no sales. Is the below correct
Between DateValue(Date()-(Weekday(Date(),2)+6)) And
DateValue(Date()-Weekday(Date(),2))
Just need some confirmation. Using a query to find amount of sales between two dates. The start of the week starts on Monday and needs to include the sales for that day and finishes on Saturday and include that day. Sunday there are no sales. Is the below correct
Between DateValue(Date()-(Weekday(Date(),2)+6)) And
DateValue(Date()-Weekday(Date(),2))