combining duplicate records

G

Guest

I have one database with one table that contains a field named EIN #. The
data in this table has been duplicated due to formating in the EIN # field as
XX-XXXXXXX and XXXXXXXXX. The records have the same numbers, one with the
dash and the other without. I need to combine these duplicate records into
one. These records also contain other fields that need to be combined. Is
there a way to accomplish this?
 
D

Dave

SRQOPS said:
I have one database with one table that contains a field named EIN #. The
data in this table has been duplicated due to formating in the EIN # field as
XX-XXXXXXX and XXXXXXXXX. The records have the same numbers, one with the
dash and the other without. I need to combine these duplicate records into
one. These records also contain other fields that need to be combined. Is
there a way to accomplish this?

sure, maybe with a messy sql statement, or use some vba to search through
all the records, match them up and delete the duplicates in the wrong
format.
 

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