R
Rob
Hi all,
I was hoping that somebody would be able to provide some assistance with a
query that has been bugging me. I have three tables tblCompetency,
tblCompetencyLog and tblCompLogLink:
tblCompetency
CompetencyID
CompetencyDesc
tblCompLog
CompLogID
CompLogDesc
tblCompLogLink
CompetencyID
CompLogID
(I am using the link table as competency's can occur in different
competency logs).
I am trying to develop a query that will allow me to list all records from
tblCompetency that have not been assigned to a particular competency log yet
(the log is chosen by a combo box on a form - but that is for later). I have
tried many variations (LEFT and RIGHT JOINS, even EXCEPT). I dont know if I
have been looking at it too long but at the moment I am stumped. Any help
anybody could provide would be fantastic,
Thanking you,
Rob
I was hoping that somebody would be able to provide some assistance with a
query that has been bugging me. I have three tables tblCompetency,
tblCompetencyLog and tblCompLogLink:
tblCompetency
CompetencyID
CompetencyDesc
tblCompLog
CompLogID
CompLogDesc
tblCompLogLink
CompetencyID
CompLogID
(I am using the link table as competency's can occur in different
competency logs).
I am trying to develop a query that will allow me to list all records from
tblCompetency that have not been assigned to a particular competency log yet
(the log is chosen by a combo box on a form - but that is for later). I have
tried many variations (LEFT and RIGHT JOINS, even EXCEPT). I dont know if I
have been looking at it too long but at the moment I am stumped. Any help
anybody could provide would be fantastic,
Thanking you,
Rob