Subreport Causes Main Report to Repeat

D

data cruncher

I have a main report with several reports in it. One of the subreports may
have several returns. The report looks fine, but if there are 4 returns on
the subreport (for instance), the main report repeats 4 times. And the total
page numbers are 4 times the real amount. The other subreports do not cause
this to happen.
Any ideas?
thanks.
 
M

Marshall Barton

data said:
I have a main report with several reports in it. One of the subreports may
have several returns. The report looks fine, but if there are 4 returns on
the subreport (for instance), the main report repeats 4 times. And the total
page numbers are 4 times the real amount. The other subreports do not cause
this to happen.


This kind of thing is usually caused by your having the
return detail data included in the main report's record
source query.
 
Top