Some records appearing twice?

T

Tony Williams

I have a main report with two subreports. For some reason some of the
records are appearing twice and I can't see why. Could someone advise me
what to post on here so that I could get some help with this?
Thanks
Tony
 
P

Pat Hartman

Check the queries. The main report's query should only select records for
the main report. It should not include joins to the tables that hold the
data for the subreports.
 
Top