Hi,
I have some knowledge of Access and have read many articles on relational database design. I have created several tables and have established relationships between them to allow for cascading updates, etc. The difficulty I am having now though, is that my forms are requiring subforms and such to display the data I wish the user to see. This is working well for displaying the data, but is giving me great difficulty updating the data. Here is what I am working with on one particular problem:
Tables
1) Employee Table (Contains general info and unique empID)
2) Employee's TL Table (With the empID and a type of Team Leader as a dual primary key. The reason for this is that an employee can go on an "acting" assignment under another TeamLeader and then later returns to their own "substantive" team)
3) Team Leader Table (Info about the Team Leaders and their Sections, linked to Table 2 by TLID)
4) Manager Table (Linked to Team leader table by TLID, each manager has several team leaders)
What I am trying to accomplish is to have a command button on my general information form that opens a new form that will allow me to change an employee's team leader by first selecting the manager of the section and then selecting the team leader that reports to that manager.
Example:
Joe Employee works for Sally Team Leader whose manager is Bill.
Joe is now going to transfer to Frank's team, whose manager is John.
I apologize for being so wordy, but any help with this would be greatly appreciated.
D
I have some knowledge of Access and have read many articles on relational database design. I have created several tables and have established relationships between them to allow for cascading updates, etc. The difficulty I am having now though, is that my forms are requiring subforms and such to display the data I wish the user to see. This is working well for displaying the data, but is giving me great difficulty updating the data. Here is what I am working with on one particular problem:
Tables
1) Employee Table (Contains general info and unique empID)
2) Employee's TL Table (With the empID and a type of Team Leader as a dual primary key. The reason for this is that an employee can go on an "acting" assignment under another TeamLeader and then later returns to their own "substantive" team)
3) Team Leader Table (Info about the Team Leaders and their Sections, linked to Table 2 by TLID)
4) Manager Table (Linked to Team leader table by TLID, each manager has several team leaders)
What I am trying to accomplish is to have a command button on my general information form that opens a new form that will allow me to change an employee's team leader by first selecting the manager of the section and then selecting the team leader that reports to that manager.
Example:
Joe Employee works for Sally Team Leader whose manager is Bill.
Joe is now going to transfer to Frank's team, whose manager is John.
I apologize for being so wordy, but any help with this would be greatly appreciated.
D