Hi
I have created two combo boxes in my access form.
Combobox1 = Employee_ID (Employee Table)
Combobox2 = Employee_Working_Department (Department table)
When i click on the 1st combobox and select an employee the second combo box should show the departments that he working. (If an employee works in IT and HR the second combo should show only IT and HR). How to do this?
***With my current form when i select an employee it shows all the department in the company instead of showing IT and HR***