I have a select query in Access2000. As part of the where clause I have this line:
(Att.DateWeekStarting Between Nz([Enter Start Date],Date()-7) And Nz([Enter End Date],DateAdd("ww",-14,Date())))
Is there a way to have the start date and end date as two variables?
Ideally I would like to have only one popup window and have the end date automatically be set to 13 weeks less than the entered date, which would be the starting date. Thanks for any help that may be provided.
(Att.DateWeekStarting Between Nz([Enter Start Date],Date()-7) And Nz([Enter End Date],DateAdd("ww",-14,Date())))
Is there a way to have the start date and end date as two variables?
Ideally I would like to have only one popup window and have the end date automatically be set to 13 weeks less than the entered date, which would be the starting date. Thanks for any help that may be provided.