G
Guest
Hello,
This is my problem: I appreciate any help.
I have an .mdb database (db1) which only has forms, code and reports.
I connect tables existing in another database (db2) to db1 during runtime.
The reason is that I should be able to connect several databases containing
tables, one at a time.
Here is where I am unsure:
I believe that I must have two instances of Access so I use
Set appAccess = GetObject(FileName)
And I connect tables in db2 to db1.
It all works well on my primary computer.
When I transfer the application to another computer with Access Runtime
installed, it stops.
Please help.
Kamil
This is my problem: I appreciate any help.
I have an .mdb database (db1) which only has forms, code and reports.
I connect tables existing in another database (db2) to db1 during runtime.
The reason is that I should be able to connect several databases containing
tables, one at a time.
Here is where I am unsure:
I believe that I must have two instances of Access so I use
Set appAccess = GetObject(FileName)
And I connect tables in db2 to db1.
It all works well on my primary computer.
When I transfer the application to another computer with Access Runtime
installed, it stops.
Please help.
Kamil