G
Guest
I need to add an excel spreadsheet each week to my existing database. I want
to make sure that none of the records I import each week are duplicates. My
problem is that I only know if it is a duplicate by looking at a combination
of 3 fields. (I do not have 1 primary key and cannot get one because the
spreadsheets are being generated by someone else). Can I set a filter on the
append query that won't allow a new record to be imported based on a
combination of 3 different fields? if not, what can I do to import these
spreadsheets each week without adding duplicates? thanks!
to make sure that none of the records I import each week are duplicates. My
problem is that I only know if it is a duplicate by looking at a combination
of 3 fields. (I do not have 1 primary key and cannot get one because the
spreadsheets are being generated by someone else). Can I set a filter on the
append query that won't allow a new record to be imported based on a
combination of 3 different fields? if not, what can I do to import these
spreadsheets each week without adding duplicates? thanks!