Delete duplicate records in the table

S

Sarah G.

Hi,

I'm assigned a task to clean the data of one excel file which delete the
duplicate records. For example:

cust# custname add1 add2....

delete record when cust# is duplicated.

Since this is a huge table, I like to run some code to do so.

Can someone give me some code examples?

Thanks,
Sarah
 
Top