G
Guest
Hi
This is actually a further query to a post 3 days ago. I have posted it
separately as it asks a different question.
I want to copy one table to another table. They are both Access tables. They
both are identical in structure except one will have (a) new records and / or
(b) changed records to the original table.
I have used the:
strSQl = "INSERT INTO " & strTable & " SELECT * FROM tblTemp"
db.Execute strSQl
to insert new records
My question is:
What is the easiest way to update all the changed records?
Thankyou
Leonard
This is actually a further query to a post 3 days ago. I have posted it
separately as it asks a different question.
I want to copy one table to another table. They are both Access tables. They
both are identical in structure except one will have (a) new records and / or
(b) changed records to the original table.
I have used the:
strSQl = "INSERT INTO " & strTable & " SELECT * FROM tblTemp"
db.Execute strSQl
to insert new records
My question is:
What is the easiest way to update all the changed records?
Thankyou
Leonard