Apologies for my ignorance in advance! I simply wish to replicate the This Week Date Filter as a date type Field Criteria in a query. Is this possible? The MS Examples of query criteria has this expression: DatePart("ww", [SalesDate]) = DatePart("ww", Date()) and Year( [SalesDate]) = Year(Date()). But, this requests a date input. I simply want it to run with the current date without asking for user input. Thanks for any help you can give me.