Duplicate Data Lines Printing

  • Thread starter Thread starter Biker2
  • Start date Start date
B

Biker2

I have a report that is printing out multiple lines of the
same data. The query it is based on has the multiple lines
in the table. How do I get only the first occurence of a
line to print and not all occurences?
 
Change the underlying query to a TOTALS query

VIEW TOTAL on menu bar -

this will give you only one occurance of every similar record.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top