Nov 14, 2002 #1 chefboy IS-IT--Management Jan 2, 2002 34 US Is it possible to import an Excel spreadsheet into Access 2000 and overwrite duplicate records. If so, how? Chefboy
Is it possible to import an Excel spreadsheet into Access 2000 and overwrite duplicate records. If so, how? Chefboy
Nov 14, 2002 #2 cmmrfrds Programmer Feb 13, 2000 4,690 US I assume you have a unique key that determines the duplicates and you have do not allow duplicates in the table definition. If you append the records from excel the duplicates should kick out into another table (errors). Write an update query joining on the errors table. Delete the errors table. Upvote 0 Downvote
I assume you have a unique key that determines the duplicates and you have do not allow duplicates in the table definition. If you append the records from excel the duplicates should kick out into another table (errors). Write an update query joining on the errors table. Delete the errors table.