sladetroityer
Registered User.
- Local time
- Today, 07:19
- Joined
- Oct 26, 2011
- Messages
- 149
I am using Access 2010. I have created an employee database.
Here are my tables;
tblEmployees
tblDepartments
tblTitles
tblManagers
I want to make some employees managers and assign multiple departments to them through a form. Within this form I'll need to be able to see ALL assigned departments and also be able to add or delete departments as they are moving targets.
I created a junction table called tblManagers and I added a field in the employee table that is YES or NO for manager's.
What is the best way to manage the manager's table?
Here are my tables;
tblEmployees
tblDepartments
tblTitles
tblManagers
I want to make some employees managers and assign multiple departments to them through a form. Within this form I'll need to be able to see ALL assigned departments and also be able to add or delete departments as they are moving targets.
I created a junction table called tblManagers and I added a field in the employee table that is YES or NO for manager's.
What is the best way to manage the manager's table?