There are two Access files on two computers.
The first encrypted Access file is transferred over the network to the second Access file on the second computer and integrated.
Is it possible?
Hi slkim,
It is more like a problem with access database, you could use the build-in wizard to help you import data from another access database.
Please refer to https://support.office.com/en-us/article/import-or-link-to-data-in-another-access-database-095ab408-89c7-45b3-aac2-58036e45fcf6
Or you could try to use ado.net to insert all the data from one access file to another.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/a5cd6037-2f3e-436d-a102-13b98ffaa788/merge-multiple-access-database-into-one-big-database-with-c-code?forum=csharpgeneral
Best regards,
Ackerly Xu