Hello,
I am working on a query for an Access Database. It’s a database about a competition where the results for the round are registered at the end of each round.
I want to select data about the persons in the register who have never competed or not competed in one or more of the rounds.
The tables are:
-Contestants: there are registered contestants with the primary key ContID, and attributes Firstname and Lastname.
-Roundresults: there are registered round results for each round that is finished with the primary key RoundResID, the foreign key ContID and Round, and the attribute result.
-Round: there are registered 5 rounds, with the primary key Round.
Can someone please help me figure out how to create the query?
Sincerely,
Sonrie
I am working on a query for an Access Database. It’s a database about a competition where the results for the round are registered at the end of each round.
I want to select data about the persons in the register who have never competed or not competed in one or more of the rounds.
The tables are:
-Contestants: there are registered contestants with the primary key ContID, and attributes Firstname and Lastname.
-Roundresults: there are registered round results for each round that is finished with the primary key RoundResID, the foreign key ContID and Round, and the attribute result.
-Round: there are registered 5 rounds, with the primary key Round.
Can someone please help me figure out how to create the query?
Sincerely,
Sonrie