collegeprodigy
Registered User.
- Local time
- Today, 14:46
- Joined
- Apr 17, 2003
- Messages
- 13
I need to make queries for forms where there's many-to-many relationships involved. I know that for a many-to-many relationship I need to make a third table where I link each of the other two tables to it with a one-to-many (where the many side is the third table) relationship. I did exactly that, but how do I know whether to use/pull the field (or primary key) from the one side or the many side when I want to use it in a query or a form? Am I always supposed to pull the field from the many side or not?