deleting duplicates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have this table with a field called machine names

there are dupllicate values in this field.
However, I am trying to make it a unique value
I want just one instance of it so i want to delete the field if it has more
than one instance of that value

It does not matter which value is deleted, there is no critera
Do I have to manually go through the list and delete the duplicate instances?

Thanks for the help.
 
Back
Top