How not import duplicates from one table to another….
I have two tables one is the Main table and the other is a Temp table which is imported via ODBC. The Temp table could possibly have a record in it that is already in the Main table. There is not and can not have an UNIQUE field in the Main table.
“Case#”is the field in both table that should not be duplicated
I am also using ADO Recordsets….
Nick....Remember to turn of the sound when your mind goes blank
I have two tables one is the Main table and the other is a Temp table which is imported via ODBC. The Temp table could possibly have a record in it that is already in the Main table. There is not and can not have an UNIQUE field in the Main table.
“Case#”is the field in both table that should not be duplicated
I am also using ADO Recordsets….
Nick....Remember to turn of the sound when your mind goes blank