Print problem with report

J

john431

I have a report that has a detail list as part of the main report. It prints
but the problem is that the detail records are duplicated. I have checked
and there are no duplicate records from the source. I get 2 instead of 1, 4
instead of 2, etc. detail listings.

Any suggestions from anyone?

John
 
D

Duane Hookom

Does your report include a subreport?
Add a text box to your reports Header Section
Control Source: =Count(*)
What value do you see when you run the report? Is it what you expect?
Open the report's record source in datasheet view. Do you see what you
expect?
 
Top