T
Tony Williams
I want to compare the records of two tables say Table1 and Table2 and then
produce a form that shows me the duplicates. I then want to delete any
duplicate record from Table1 but not from Table2.
I have a query that finds the duplicates and shows them in a form but when I
delete a record it is deleted from both tables not just Table1. The query is
based on the two tables but there is no join.
Can someone offer an alternative method? I'm a VBA novice so if the answer
includes VBA could you point me in the right direction with some base code.
Many thanks
Tony
produce a form that shows me the duplicates. I then want to delete any
duplicate record from Table1 but not from Table2.
I have a query that finds the duplicates and shows them in a form but when I
delete a record it is deleted from both tables not just Table1. The query is
based on the two tables but there is no join.
Can someone offer an alternative method? I'm a VBA novice so if the answer
includes VBA could you point me in the right direction with some base code.
Many thanks
Tony