hi,
I'm trying to Transfer all records from table A to table B and I would like to overwrite duplicate records from table B.
this code only transfer the record but not overwrite duplicate records.
can someone show me how to do this?
Thanks in Advance
I'm trying to Transfer all records from table A to table B and I would like to overwrite duplicate records from table B.
this code only transfer the record but not overwrite duplicate records.
Code:
cn.Execute "INSERT INTO B SELECT * FROM A'"
can someone show me how to do this?
Thanks in Advance