My goal is to have the database request a date from the user and with the date provide all the records that are within the calendar week of that date. I can manipulate the input so that the data entered is the first day of that week (i.e. Monday input only) in order to make this easier. If I do that I will need the query to return all records starting on that Monday all the way and including the following Sunday. Thank you in advance for any assistance you can provide.