uselessataccess
Registered User.
- Local time
- Today, 14:09
- Joined
- Oct 15, 2008
- Messages
- 11
Hi there,
I have already been asking about other aspects of this db on the table forum, I think I am just a complete numb skull at this. I have tried to get this to work but I am struggling.
So I have a training database.
5 tables. (PK indicates primary key etc)
I tried using an unmatched query but I either got no results or only the courses that employee did that were not required. As opposed to the courses required that they haven't done. And this was before I even tried adding the criteria of the employee on.
TBH, I'm somewhat tearing my hair out with this one!
Thanks,
Chris
I have already been asking about other aspects of this db on the table forum, I think I am just a complete numb skull at this. I have tried to get this to work but I am struggling.
So I have a training database.
5 tables. (PK indicates primary key etc)
- tblCourses (2 fields; CourseID (PK), Name)
- tblEmployees (3 fields; Name, Staff Number (PK), Title(linked to title in tblTitles)
- tblTitles (2 fields; titleid(PK), title)
- tblTraining Record (6 fields; record no. (PK), Name (linked to Staff number), Course (linked to courseID), Course date, course expiry date, comments)
- tblTitleCourses (3 fields; PK autonumber, TitlesID - FK tblTitles,CourseID- FK to tblCourses)
I tried using an unmatched query but I either got no results or only the courses that employee did that were not required. As opposed to the courses required that they haven't done. And this was before I even tried adding the criteria of the employee on.
TBH, I'm somewhat tearing my hair out with this one!
Thanks,
Chris