I'm working on a Access Database to manage different employees in a company. I have 5 different tables but the important tables are Managers, Employees, and Departments. A manager can manage one to many employees and departments, and a department can have one to many employees.
I have a form for employees with Employee Number, Last Name, and First Name as text fields. Department ID and Manager Employee Number which are both foreign keys are currently pull down boxes.
Right now, whenever we get a new employee, we have to individually pull down and assign an employee to a Manager and Department via 2 seperate combo boxes.
The question I have is how can I get Access to do this in one step, so that once I pull down and select the appropriate Department combo box Access will in turn select the correct corresponding Manager who manages that Department?
Thanks in advance.
BTW, I have atached a bmp of the ERD Diagram for this Database as well as a picture of what the current Employee Form looks like.
I have a form for employees with Employee Number, Last Name, and First Name as text fields. Department ID and Manager Employee Number which are both foreign keys are currently pull down boxes.
Right now, whenever we get a new employee, we have to individually pull down and assign an employee to a Manager and Department via 2 seperate combo boxes.
The question I have is how can I get Access to do this in one step, so that once I pull down and select the appropriate Department combo box Access will in turn select the correct corresponding Manager who manages that Department?
Thanks in advance.
BTW, I have atached a bmp of the ERD Diagram for this Database as well as a picture of what the current Employee Form looks like.
Attachments
Last edited: