F
Frederick Wilson
Hello,
I have a table of people tblpersonnel and a table of events, tblEvent
I combine them through a table (jtblNameToEvent) by NameCode and EventCode.
Every name from the tblPersonnel has a record in the join table and
every event has at least one entry in there too.
What I would like to find out is if I select an event, lets say
Swimming, I want to know all the people in the personnel table that does
not have a matching record for swimming in the jtblNameToEvent.
I've tried left and right joins and can not find anything that works.
Thanks,
Fred
I have a table of people tblpersonnel and a table of events, tblEvent
I combine them through a table (jtblNameToEvent) by NameCode and EventCode.
Every name from the tblPersonnel has a record in the join table and
every event has at least one entry in there too.
What I would like to find out is if I select an event, lets say
Swimming, I want to know all the people in the personnel table that does
not have a matching record for swimming in the jtblNameToEvent.
I've tried left and right joins and can not find anything that works.
Thanks,
Fred