I found a neat trick in the help file. Copy your table and paste it as a
copy with the structure only. Modify the design of the copy to create a
primary key for your serial number or part number or whatever.
Now, create an append query where it appends all of the records in your
original table to your copy. It will reject all of the duplicates!