G
Guest
Hello, I'm using Access 2002
I have two tables in the same Access DB. I need a SQL string that will somehow identify those records in Table1 that also reside in Table2.
This could be done by marking the duplicate rows in a new column in Table1 or by creating a new table in which the duplicates are copied, or whatever
A duplicate row can be identified by comparing 3 of the 18 columns in each table (call them Field1, Field2, Field3)
1. Can this be done with SQL
2. If so, could someone please post example SQL I can adapt to my needs
3. If SQL can't be used, how can I do this
Thanks much in advance.
I have two tables in the same Access DB. I need a SQL string that will somehow identify those records in Table1 that also reside in Table2.
This could be done by marking the duplicate rows in a new column in Table1 or by creating a new table in which the duplicates are copied, or whatever
A duplicate row can be identified by comparing 3 of the 18 columns in each table (call them Field1, Field2, Field3)
1. Can this be done with SQL
2. If so, could someone please post example SQL I can adapt to my needs
3. If SQL can't be used, how can I do this
Thanks much in advance.