duplicates

J

Jim

I'm importing data into a database with Location, Date, and Number. When
it's imported, there are multiple dates with the same location and number,
and there should be. Unfortunately, I only need one copy of that info. Is
there a way to sort through automatically and erase all but one of the dates
with the same location and number?
 
J

Jeff Boyce

Jim

Consider creating a query and setting the UniqueValues property to Yes.
This should return one copy of each unique combination.
 

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

Top