Gurus,
I have table called Table1 in MS Access with 10 columns and have a similar table, Table2 in SQL Server. I have created the link table from Access to SQL Server. I need to compare the data in Table1 to that of Table2 and find the duplicates and insert the output to a third table in MS Access called Table3. The comparison should be done on 5 columns of Table1 to those of Table2 (Col1, Col2, Col3, Col4, and Col5). If all these 5 columns are matching then only the data should get inserted to Table3.
I am trying to use exists statement, but cannot achieve the desired result. Could anybody help me?
takeover
I have table called Table1 in MS Access with 10 columns and have a similar table, Table2 in SQL Server. I have created the link table from Access to SQL Server. I need to compare the data in Table1 to that of Table2 and find the duplicates and insert the output to a third table in MS Access called Table3. The comparison should be done on 5 columns of Table1 to those of Table2 (Col1, Col2, Col3, Col4, and Col5). If all these 5 columns are matching then only the data should get inserted to Table3.
I am trying to use exists statement, but cannot achieve the desired result. Could anybody help me?
takeover