gazdobson
10-28-2009, 07:34 AM
I am designing a database in access to create a delivery list. The user will entre the delivery date into database as part of a record but I want to create a few queries. 1 that display all enteries for this week (Monday to Sunday), 1 for next week, and one for last week.
I have tried ideas such as
IIf(Weekday(Date()=4),[Del Date] Between Date()-2 And Date()+4,0)
For wednesday, would add IIF(Weekday(Date()=3) etc if worked but it didn't.
Any help will be much appreciated.
Regards
I have tried ideas such as
IIf(Weekday(Date()=4),[Del Date] Between Date()-2 And Date()+4,0)
For wednesday, would add IIF(Weekday(Date()=3) etc if worked but it didn't.
Any help will be much appreciated.
Regards