brandysoda
Programmer
I have been able to do most of this problem except for comparing two tables and deleting the duplicate records.
I import records from a text file into Table1. I have similiar a similar structured table T2. I have to append T1 to T2 but not the records already existing in T2(essentially i have to weed out duplicates from T1 before appending to T2). The two tables have autonumbers as their primary key. Can anyone shed light on the access basic logic to do this ?
I import records from a text file into Table1. I have similiar a similar structured table T2. I have to append T1 to T2 but not the records already existing in T2(essentially i have to weed out duplicates from T1 before appending to T2). The two tables have autonumbers as their primary key. Can anyone shed light on the access basic logic to do this ?