Duplicate Values for text for fields on Report

B

bdehning

What is best way to eliminate some text box results that appear twice on
reports. I am sorting on a field and about 4 or 5 ebtires of my 259 records
have similiar fields for main sort or close to it so I get duplicate rows in
report?

Is there a way to restrict the results better?
 
F

Fons Ponsioen

The question is are these realy duplicate records, or are
the duplicated because of your query structure.
I the only intend is to eliminate records with the same
data from a query or table, you can do that by setting the
Unique Values property for the query to yes.
Hope this helps.
Fons
 
Top