Working with 2 access databases

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top