How do I eliminate duplicate records from a report but not delete.

C

CornponeGirl

I am using Access 2000 at work and have developed a report that I would like
to filter out the duplicate entries, without deleting the duplicate records
in the underlying table.
 
M

Marshall Barton

CornponeGirl said:
I am using Access 2000 at work and have developed a report that I would like
to filter out the duplicate entries, without deleting the duplicate records
in the underlying table.


That's not especially clear, but maybe you can use a
DISTINCT query as the report's record source.
 
Top