Hi. I am trying to simplify the process for running some reports. Currently, the report runs off of a query with multiple parameter prompts. There are start/end dates. We also have four regions, so there are four "Or" statements under Region, and the user is prompted "Enter North to include North" then "Enter South to include South", etc.
From reading other posts, it sounds like the best thing to do is build a Form for the selection criteria. For the dates, I will have a "Start" and "End" date on the form. That sounds pretty straightforward.
But I'm not sure what to do about regions. Ideally, the user should be able to select which regions they want to include (maybe one, maybe more... maybe "all"). Since there's always a chance the number of regions or region names will change, I'd like this to be as flexible as possible.
How can I best represent the "Region" selection on a form? I'm I correct to assume both the Date and Region criteria can be on the same form?
I'm a novice - - and greatly appreciate your help!
From reading other posts, it sounds like the best thing to do is build a Form for the selection criteria. For the dates, I will have a "Start" and "End" date on the form. That sounds pretty straightforward.
But I'm not sure what to do about regions. Ideally, the user should be able to select which regions they want to include (maybe one, maybe more... maybe "all"). Since there's always a chance the number of regions or region names will change, I'd like this to be as flexible as possible.
How can I best represent the "Region" selection on a form? I'm I correct to assume both the Date and Region criteria can be on the same form?
I'm a novice - - and greatly appreciate your help!