Solved How to copy records from one database to another including attachments files

atiqahmed

New member
Local time
Today, 17:43
Joined
Mar 17, 2021
Messages
22
Hello everyone,

I want to copy my records form one database to another database with attachments files. where records should be copied ID to ID. CustomerFile database records copy into MyDataBase. both database files are attached please help me to solve this matter.
 

Attachments

open frmCopyTable.
 

Attachments

Dear Arnelgp thanks alot for your wonderful VBA code it is working but there is little bit issue it is copying complete table and pasting on another database, i want to just copy records including attachments and paste into another database based on ID field. can you please modify it.

Thanks alot
awaiting your prompt reply
 
Sorry to say i couldn't make you understand. what i mean to say that just copy records from one database to another database. in your file you paste complete table where it replace the old data. ID to ID mean exact copy but old data should be remain there.
 
you mean Append records to the other database?
 

Users who are viewing this thread

Back
Top Bottom