D
Don
I have a document tracker form that has a combo box that selects the
Department the document came from called "Departcbo". This combo has a record
source of DepartID. This combo box includes the Department name and DepartID
but only displays the department name in the drop down menu.
Based on the DepartID I would like to filter the next combo box
"OfficeOrigcbo" which is a list of the employees from the employees table.
This combo box includes EmployeeID, FirstName, LastName, and DepartmentID and
displays in the combo box drop down menu only FirstName, LastName and
DepartmentID. This filter should only return the employees in the same
department or matching DepartmentID's.
I have looked at the past posts but these mostly return values to the whole
form not just a combo box. How can I make this work?
Thanks,
Dennis
Department the document came from called "Departcbo". This combo has a record
source of DepartID. This combo box includes the Department name and DepartID
but only displays the department name in the drop down menu.
Based on the DepartID I would like to filter the next combo box
"OfficeOrigcbo" which is a list of the employees from the employees table.
This combo box includes EmployeeID, FirstName, LastName, and DepartmentID and
displays in the combo box drop down menu only FirstName, LastName and
DepartmentID. This filter should only return the employees in the same
department or matching DepartmentID's.
I have looked at the past posts but these mostly return values to the whole
form not just a combo box. How can I make this work?
Thanks,
Dennis