G
Guest
I would like to create a form that allows the user to select a number of
parameters that they could run a query (and eventually a report) on. They
would have the option to select Budget, Actuals, Staffing, Key Performance
Indicators, etc as possible choices.
Rather than creating a separate query for every possible iteration, I'd like
to know if there is a way that when the user click's a check box next to
Budget, the query only includes budget information, not any of the
aforementioned parameters. The same principle should be used for any number
of combinations.
Is this possible w/o using VBA Code? Should I be using something other than
check boxes to select the parameters? Since there is the possibility that
the user could select multiple parameters, combo/list boxes can't be used.
There is also upwards of abotu 25 different parameters that can be selected.
Thanks!
parameters that they could run a query (and eventually a report) on. They
would have the option to select Budget, Actuals, Staffing, Key Performance
Indicators, etc as possible choices.
Rather than creating a separate query for every possible iteration, I'd like
to know if there is a way that when the user click's a check box next to
Budget, the query only includes budget information, not any of the
aforementioned parameters. The same principle should be used for any number
of combinations.
Is this possible w/o using VBA Code? Should I be using something other than
check boxes to select the parameters? Since there is the possibility that
the user could select multiple parameters, combo/list boxes can't be used.
There is also upwards of abotu 25 different parameters that can be selected.
Thanks!