Duplicate Data Lines Printing

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?
 
M

mar10a

Change the underlying query to a TOTALS query

VIEW TOTAL on menu bar -

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