V
Voyager221
I have three related tables; the primary tblFilm contains info about each
produced film. The related tblPresenter contains info about the trainers in
the film. The related tblCode contains info about the viewing codes that are
placed in each film. A query that selects one film with 2 trainers and 4
codes returns 8 records because each trainer record returns with the 4 code
records. I am making a report in which I need to see the film info, the 2
trainer's info but I only need to count the number of codes in the film (4).
Is there a way?
Thank you,
produced film. The related tblPresenter contains info about the trainers in
the film. The related tblCode contains info about the viewing codes that are
placed in each film. A query that selects one film with 2 trainers and 4
codes returns 8 records because each trainer record returns with the 4 code
records. I am making a report in which I need to see the film info, the 2
trainer's info but I only need to count the number of codes in the film (4).
Is there a way?
Thank you,