PaulEaston
3 years agoQrew Assistant Captain
Need guidance on setting up lookups and reports with a many-to-many setup
I have the following many-to-many scenario: an event can have multiple participants and a participant can have many events.
I set up three tables:
1. Participants
2. Events
3. Participant-Event Join
1 and 2 each have a one to many relationship with 3.
I have another tables for Requests. I need to be able to select multiple participants on the request form and have certain fields from the participants table displayed in an embedded report on the Request form.
I also want to display all events a participant has participated in on the participant form and all participants who participated in an event on the event form.
How do I go about doing this? Do I need to add a one to many relation ship between the Requests table and the Join table? E.g. have the join table join three other tables?
------------------------------
Paul EASTON
------------------------------
I set up three tables:
1. Participants
2. Events
3. Participant-Event Join
1 and 2 each have a one to many relationship with 3.
I have another tables for Requests. I need to be able to select multiple participants on the request form and have certain fields from the participants table displayed in an embedded report on the Request form.
I also want to display all events a participant has participated in on the participant form and all participants who participated in an event on the event form.
How do I go about doing this? Do I need to add a one to many relation ship between the Requests table and the Join table? E.g. have the join table join three other tables?
------------------------------
Paul EASTON
------------------------------