R
rocketD
Hello,
Ok, so I tried to normalize my database and now I have myself in a
pickle. I have two tables I'm trying to draw information from. One
is the main table with demographics and unique identifiers for
participants. The other is unique identifiers and records for each
survey they've taken. The relationship is one to many, so that one
participant can take many surveys.
What I need to know is how to set up a query that selects all records
in the main table that do NOT have a corresponding record in the
surveys table (e.g., the participant has never taken a survey).
This seems so basic but I'm stuck - please help!
Thanks,
Dara
Ok, so I tried to normalize my database and now I have myself in a
pickle. I have two tables I'm trying to draw information from. One
is the main table with demographics and unique identifiers for
participants. The other is unique identifiers and records for each
survey they've taken. The relationship is one to many, so that one
participant can take many surveys.
What I need to know is how to set up a query that selects all records
in the main table that do NOT have a corresponding record in the
surveys table (e.g., the participant has never taken a survey).
This seems so basic but I'm stuck - please help!
Thanks,
Dara