Carmen
Registered User.
- Local time
- Today, 22:21
- Joined
- Nov 30, 2001
- Messages
- 58
I cannot figure out why my simple select query is not working! I have a db with a table "Participants" and the primary key is SSN. I have linked to a table "Tests", which is in another Access db, in which a foreign key is SSN. In my Relationships window, the relationship shows as one (Participants) to many (Tests). Not all Participants will have taken Tests, but a Participant can take many tests. I am trying to run a query with an inner join to see which participants have taken tests and which tests they have taken. I know that there are matching SSN's between the two tables, but when I run the query I get no records returned at all! I'm sure there is a simple answer but I'm just not seeing it. Can someone please give me a clue? Thanks in advance!