Skip to content
Advertisement

ADODB Connection to two access database

Due to ms access 2GB limitations on space; i am considering splitting a database into two.

However I regularly rely on SQL statements such as the following:

Is there a way in ADODB to perform the above, ie INSERT INTO table in file 1, the SELECT data from a table in file 2 ?

Advertisement

Answer

Here’s an example of updating one accdb from another using VBA and ADO:

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement