Duplicate pages

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

Guest

I have a report that prints duplicate pages for every record in the
recordset. I just want one page to print.
 
Hi Ryan.
I would first look at the data source for your report. If this is a query,
is it possible that the data is duplicated because of the linking? Some
times it is possible to set the query property to unique value yes inorder to
remove any duplicates.
Hope this helps
Fons
 
Back
Top