Here's the setup I have (or the parts that matter)
My DB launches with a form called "HOME"
On this form is a date text box called "homedate"
My records are on a form called "CMSMAIN"
On this form is a date text box called "PROGRESSDATE"
What we do is select a date on the home page, then run a query which includes "PROGRESSDATE"
The criteria for this is "[Forms]![HOME]![homedate]"
This gives me a list of records where those 2 dates match. What I want to be able to do, is the same as above but instead of matching just that day, show all records for that week.
I'm sure there's an easy way of doing this, but i'm not finding it!