Working with 2 access databases

A

Argovian

I have just created a Main Menu form in a Junior.mdb file and I want to
access and complete a form in a senior.mdb file from the Main Menu (which is
in the Junior.mdb file). How do I do that?
 
M

[MVP] S.Clark

What is the nature of the Junior vs. Senior mdb? It sounds like there may
be duplication that is better served with just one .mdb.

In order to view an object from another database, you have to make a
reference from the client db to the source db. You probably don't want to
add this level of complexity to your project.
 
Top