Hi all. I am trying to wade my way through a patchwork Access DB that I've inherited. I am attempting to take a database (DB1) that contains product info (both new products and updates to existing products) and import it into an existing table of products (DB2), all are organized by item number. As I have it constructed right now, I have:
1) A make-table query to take data from DB1
2) An append query to add data from DB2 > DB1
3) A find-duplicates query to filter only duplicate
entries by item number
My problem is that I do not know how to then run a delete query to get rid of the older of the entries when duplicates occur. There are many thousands of entries, and manual search/deletion is not possible. I apologize, I realize this is kids' play, but I was a hardware guy before this job, and I'm brutal with Access. Any help would be greatly appreciated.
1) A make-table query to take data from DB1
2) An append query to add data from DB2 > DB1
3) A find-duplicates query to filter only duplicate
entries by item number
My problem is that I do not know how to then run a delete query to get rid of the older of the entries when duplicates occur. There are many thousands of entries, and manual search/deletion is not possible. I apologize, I realize this is kids' play, but I was a hardware guy before this job, and I'm brutal with Access. Any help would be greatly appreciated.