Opening a MDB within a MDB via VB
Hi All,
How would you open another Access mdb via another mdb that is already open using vb or macro.
I am at the moment doing the following:
Application.OpenAccessProject "C:\UpdateAccess.mdb"
Also tried:
Application.OpenAccessProject "C:\UpdateAccess.mdb"
But I keep getting the runtime error message of:
Runtime error 7867
You have already have the database open
Thanks heaps in adavance
Kind regards
Karv
Hi All,
How would you open another Access mdb via another mdb that is already open using vb or macro.
I am at the moment doing the following:
Application.OpenAccessProject "C:\UpdateAccess.mdb"
Also tried:
Application.OpenAccessProject "C:\UpdateAccess.mdb"
But I keep getting the runtime error message of:
Runtime error 7867
You have already have the database open
Thanks heaps in adavance

Kind regards
Karv
Last edited: