uselessataccess
Registered User.
- Local time
- Today, 12:06
- Joined
- Oct 15, 2008
- Messages
- 11
Hi there,
I am not too sure how to phrase this question (hence I can't find an answer via google).
So I have a training database.
4 tables. (PK indicates primary key)
I would like to store the required courses linked with each title so that I can query an employee and be told what training they need for their role and if they do have some of the courses, when did they do it.
I am fairly sure I could write a query if I could just get the table/relationship structure right.
I hope this is simple enough to solve,
Appreciate any help!
Thanks,
C
I am not too sure how to phrase this question (hence I can't find an answer via google).
So I have a training database.
4 tables. (PK indicates primary key)
- tblCourses (2 fields; CourseID (PK), Name)
- tblEmployees (3 fields; Name, Staff Number (PK), Title(linked to title in tblTitles)
- tblTitles (1 field; title(PK))
- tblTraining Record (6 fields, record no. (PK), Name (linked to Staff number), Course (linked to courseID), Course date, course expiry date, comments)
I would like to store the required courses linked with each title so that I can query an employee and be told what training they need for their role and if they do have some of the courses, when did they do it.
I am fairly sure I could write a query if I could just get the table/relationship structure right.
I hope this is simple enough to solve,
Appreciate any help!
Thanks,
C