Ok, picture this. Here is a menu form:
Open Department A Form
Open Department B Form
Open Department C Form
Each of the items on menu opens the same form. The form has an unbound combo box that pulls data from a query. What I would like to do is have the combo box selections limited to the employees in whichever department is selected on the menu form. The columns in the combo box are as follows
Column1
last name, first name
Column2
Department
Is there a way to do this? I don't want to create seperate forms for each department.
I've searched for the answer to this, but I have been unable to find what I want. Any help would be greatly appreciated.
Open Department A Form
Open Department B Form
Open Department C Form
Each of the items on menu opens the same form. The form has an unbound combo box that pulls data from a query. What I would like to do is have the combo box selections limited to the employees in whichever department is selected on the menu form. The columns in the combo box are as follows
Column1
last name, first name
Column2
Department
Is there a way to do this? I don't want to create seperate forms for each department.
I've searched for the answer to this, but I have been unable to find what I want. Any help would be greatly appreciated.