View Full Version : problem: report displays two copies


pauly
08-16-2002, 08:49 PM
I have a problem, when i display a report it shows two exact copies of the same report. What i mean by this is that there are two pages (or records, which can be moved to using navigation buttons) of the report which contain the exact same data, why is this and how can i stop it from happening?

Thanks

R. Hicks
08-17-2002, 07:07 PM
This is usually caused by a problem in the query that the report is bound to.

Check the results being returned from the query and you may find the problem.

HTH
RDH