I have a report where I have a Detail A and a detail B
Basically, in Detail A I have the main report and in Detail B contains a subreport.
When it outputs, if it has multiple records for the same name, it does this:
John Doe details 1
Subreport for John Doe
John Doe details 2
Subreport for John Doe
It ends up printing the subreport twice and the subreport contains the same information. I would to be able to do this:
John Doe details 1
John Doe details 2
Subreport record 1 for John Doe
Prints all records pertaining to John Doe and then the subreport.
Can someone help me? Thanks.
Basically, in Detail A I have the main report and in Detail B contains a subreport.
When it outputs, if it has multiple records for the same name, it does this:
John Doe details 1
Subreport for John Doe
John Doe details 2
Subreport for John Doe
It ends up printing the subreport twice and the subreport contains the same information. I would to be able to do this:
John Doe details 1
John Doe details 2
Subreport record 1 for John Doe
Prints all records pertaining to John Doe and then the subreport.
Can someone help me? Thanks.