M
mvagnier
I would like to use a prompt in a select query to determine a date range to
return. Ideally, the query would retrieve an "event date" from one table and
look for a range of "activity dates" in a different table based on this known
"event date". The range would be determined by the "event date" as the
beginning, and this same date + the number of days returned by the prompt.
Here is the way I envision the prompt to look:
This event took place on [EVENT DATE]. How many days would you like to
evaluate?
This prompt woould display the event date and calculate a "between" range
based on the known event date plus the number of days returned by the user
prompt.
Thanks in advance for any help with this question!
return. Ideally, the query would retrieve an "event date" from one table and
look for a range of "activity dates" in a different table based on this known
"event date". The range would be determined by the "event date" as the
beginning, and this same date + the number of days returned by the prompt.
Here is the way I envision the prompt to look:
This event took place on [EVENT DATE]. How many days would you like to
evaluate?
This prompt woould display the event date and calculate a "between" range
based on the known event date plus the number of days returned by the user
prompt.
Thanks in advance for any help with this question!