Reports and sub-reports problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Sirs,
I have a report with 4 sub-reports.
How can it be that 2 sub-reports are showing the data triple.
Can someone help?
Thanks
Klaus
 
Most likely it's the query that is being used as the subreport's Record
Source that is the problem. Open the query itself and see if it provides the
multiple records. If yes, you'll need to redesign the query to eliminate the
extra records. (Note: often, multiple records are caused by incorrect joins
in the query.)
 
I just realized. It's not due to being a subreport - it's already showing on
the normal report triple data. It was not before and I did not change
anything. I hope that someone can help me.
Thanks Klaus
 
Back
Top