ChrisLayfield
Registered User.
- Local time
- Today, 09:27
- Joined
- May 11, 2010
- Messages
- 55
So moving this from the forms section.
I have a table (tbl_CourseList) of training course (CourseID, CourseName, ExpirationPeriod) and I have a table (tbl_NCS_Role) of Job Roles (NCS_Role, TDLR_Code). To clarify the TDLR is a code which could be made of multiple NCS_Role records (e.g. roles of Field Worker and Data Collctor are part of the TDLR_Code Field Worker/Data Collector/Call Center Interviewer); these will be used for a report.
Course_ID and NCS_Role are the PK for the respective tables. I created a junction table (Jtbl_NCSRole_CourseID) which contains ReqTrainingID (autonumber PK), NCS_Role, CourseID, ReqTraining (Yes/No). I created the relationship of Jtbl_NCSRole_CourseID to NCS_Role and Jtbl_NCSRole_CourseID to CourseID.
The table of NCS Roles is populated already, the table of Courses is not, but I have a form to populate this. This form has all of the NCS Roles listed with checkboxes. Is this how I should populate the junction table, when I add new courses?
What suggestions are there for when a new role is created? Do I make a subform with a query to show the course list and select those which are required?
I hope I posed those questions correctly. The words sound correct, but if you say yes, I have no idea how to go about doing any of that lol.
I have a table (tbl_CourseList) of training course (CourseID, CourseName, ExpirationPeriod) and I have a table (tbl_NCS_Role) of Job Roles (NCS_Role, TDLR_Code). To clarify the TDLR is a code which could be made of multiple NCS_Role records (e.g. roles of Field Worker and Data Collctor are part of the TDLR_Code Field Worker/Data Collector/Call Center Interviewer); these will be used for a report.
Course_ID and NCS_Role are the PK for the respective tables. I created a junction table (Jtbl_NCSRole_CourseID) which contains ReqTrainingID (autonumber PK), NCS_Role, CourseID, ReqTraining (Yes/No). I created the relationship of Jtbl_NCSRole_CourseID to NCS_Role and Jtbl_NCSRole_CourseID to CourseID.
The table of NCS Roles is populated already, the table of Courses is not, but I have a form to populate this. This form has all of the NCS Roles listed with checkboxes. Is this how I should populate the junction table, when I add new courses?
What suggestions are there for when a new role is created? Do I make a subform with a query to show the course list and select those which are required?
I hope I posed those questions correctly. The words sound correct, but if you say yes, I have no idea how to go about doing any of that lol.