I have a table named AssignedTo. In this table are the fields: AssignedTo_ID, Department, Employee.
On my form, I need to create 2 combo boxes. The first one will select the department. Based one what department is selected, the second combo box will be populated with employees in that department.
Can someone help me on how to do this?
On my form, I need to create 2 combo boxes. The first one will select the department. Based one what department is selected, the second combo box will be populated with employees in that department.
Can someone help me on how to do this?
Comment