Hello,
I am running a query to see records from last week, but I need the week to be Mon-Sun.
I have this in the criteria, but for some reason it is not showing records for Sun at all, I changed the date of the record to last Sun and the previous Sun and it just does not show up. For some reason it is showing records for Mon-Sat of the previous week. I have this in the Criteria field for the date.
Can you please help me get this to show records for Mon-Sun of the previous week?
I am running a query to see records from last week, but I need the week to be Mon-Sun.
I have this in the criteria, but for some reason it is not showing records for Sun at all, I changed the date of the record to last Sun and the previous Sun and it just does not show up. For some reason it is showing records for Mon-Sat of the previous week. I have this in the Criteria field for the date.
SQL:
Between (Date()-7-Weekday(Date(),2)+1) And (Date()-Weekday(Date(),2))
Can you please help me get this to show records for Mon-Sun of the previous week?