unnamedplayer
New member
- Local time
- Today, 14:42
- Joined
- Mar 17, 2009
- Messages
- 6
Hello all,
I have a table with a field called TestType. There are three types of tests that can be entered, I'll call them A, B, and C. What I need to know is if there is a way I can query the table to determine who has not taken all 3 tests (and which ones) For example, with a table like below:
I need to show that Joe has not taken test C and Mark has not taken B or C.
Any ideas on how to accomplish this? Thanks!
I have a table with a field called TestType. There are three types of tests that can be entered, I'll call them A, B, and C. What I need to know is if there is a way I can query the table to determine who has not taken all 3 tests (and which ones) For example, with a table like below:
Code:
Name TestType
------ --------
Joe A
Joe B
Jane A
Jane B
Jane C
Mark A
Any ideas on how to accomplish this? Thanks!