I have created my append query (qry1) that works fine, but would like it to check to see if an entry may already exist in tbl2 based on three fields.
(CompanyName, FirstName, Surname)
I would then like to show the ones that aren't appended because of duplicates, but append the rest.
Can this be done?
(CompanyName, FirstName, Surname)
I would then like to show the ones that aren't appended because of duplicates, but append the rest.
Can this be done?