W
Warrio
Hello!
Would it be possible to connect a Access database to another Access
Database?
I've used :
Dim MyDB as Access.Application
Set MyDB = CreateObject("Access.Application")
MyDB.OpenCurrentDatabase "C:\db2.mdb"
But the code above opens a new instance of db2.mdb even if it is already
running!
How can I get connected to db2.mdb without opening it a second time?
Thanks in advance.
Would it be possible to connect a Access database to another Access
Database?
I've used :
Dim MyDB as Access.Application
Set MyDB = CreateObject("Access.Application")
MyDB.OpenCurrentDatabase "C:\db2.mdb"
But the code above opens a new instance of db2.mdb even if it is already
running!
How can I get connected to db2.mdb without opening it a second time?
Thanks in advance.