Hi,
I have a form that provides inputs to a parameter query. I'm using a combo-box to filter the query results by department (Human Resources, Legal, etc). Currently, the combo box lists each department, but I would like the combo box to also provide an "All Departments" option in the drop-down list. If "All Departments" is selected, the query should not filter any of the results. We have approximately 20 departments.
What is the best way to construct the criteria in the query so that the user can select either a single department (i.e. Human Resources) or "All Departments"?
Thanks so much for your help.
Cory
I have a form that provides inputs to a parameter query. I'm using a combo-box to filter the query results by department (Human Resources, Legal, etc). Currently, the combo box lists each department, but I would like the combo box to also provide an "All Departments" option in the drop-down list. If "All Departments" is selected, the query should not filter any of the results. We have approximately 20 departments.
What is the best way to construct the criteria in the query so that the user can select either a single department (i.e. Human Resources) or "All Departments"?
Thanks so much for your help.
Cory