Many to Many (Report)

Novice1

Registered User.
Local time
Today, 11:29
Joined
Mar 9, 2004
Messages
385
I finally figured out to create a many to many relationship. The problem wasn't creating the relationship but getting the Master/Child relationship to work properly (form and subform). Not that I've figured this out, I'm trying to produce a report that only prints one Training Event, which lists the training provided (main form) and all the trainees who attended (subform).

My report prints the report in the same quantity as trainees (one trainer; one report), (five trainers; five reports [all the same]). How do I limit the number of reports to one? I tried using the EventID but the established relationships is driving the number of reports (so I think).
 
Solved. When I only used the main table in the query, only one report was generated. I thought all the tables (main, junction and trainees) had to be shown because of the subform.
 

Users who are viewing this thread

Back
Top Bottom