I have a report in which I inserted a subreport. The main report, rptContacts is a list of contact information. The subreport, rptFundsSub, is a list of funds in which the contacts are part of. A particular contact can be part of several funds. I have a relationship between the two tabbles that drive the queries which the report is pased on. I also have a form with a subform similar to my report which works fine.
Here is what I want the report to show: Each contact will be listed once with all of their funds listed along with their informatin. For example, John Does record with list his informatin and also Fund1, Fund2 and Fund3.
Here is the problem: Any contact that is part of more than one fund has their record repeated on the report as many times as there are funds in which they belong. The records are displayed correctly (the contact info and the list of funds) but it is repeated for each fund. It is as if the fund subform is driving the record inclusion rather than the contacts.
I hope this makes sense and I appreciate any help.
Thanks!
Here is what I want the report to show: Each contact will be listed once with all of their funds listed along with their informatin. For example, John Does record with list his informatin and also Fund1, Fund2 and Fund3.
Here is the problem: Any contact that is part of more than one fund has their record repeated on the report as many times as there are funds in which they belong. The records are displayed correctly (the contact info and the list of funds) but it is repeated for each fund. It is as if the fund subform is driving the record inclusion rather than the contacts.
I hope this makes sense and I appreciate any help.
Thanks!