I have a two tables:
Table 1 is a list of teams: Team_Listing
Table 2 is a list of people who have acknoledged a message: Read_Reciepts.
For arguments sake the first only contains team names and nothing else. The second has a the article id, the userid and their teamname.
So far I am able to show who DID reply, but I want to show the teams who have not acknowleged the message.
So if I were speaking my question it would be:
"Show me all the teams from the team table who do not have a record in the reciept table using article number 123 to determine which teams have responded so far"
I remember that MS Access has a 'not listed' wizard query, but I never paid that much attention to how it did it!
Any suggestions?
Thanks Keith
Table 1 is a list of teams: Team_Listing
Table 2 is a list of people who have acknoledged a message: Read_Reciepts.
For arguments sake the first only contains team names and nothing else. The second has a the article id, the userid and their teamname.
So far I am able to show who DID reply, but I want to show the teams who have not acknowleged the message.
So if I were speaking my question it would be:
"Show me all the teams from the team table who do not have a record in the reciept table using article number 123 to determine which teams have responded so far"
I remember that MS Access has a 'not listed' wizard query, but I never paid that much attention to how it did it!
Any suggestions?
Thanks Keith