Do you want the query to always return the current week?
Between DateAdd("d", (weekday(date()) * -1) + 1, date()) And DateAdd("d", (7 - weekday(date())), date())
...in the query criteria will allways return the range of last Sunday thru next Saturday.
If you want it to work from a form field, refer to the form field in place of "date()".