How to open form from mdb to mdb

  • Thread starter Thread starter Maggie
  • Start date Start date
M

Maggie

I have 4 separated mdb files that one is the main login
menu and the rest are for Operateion, Accounting and
Production.

-- main Log --
user: [xxxxxxx]
password:[xxxxxxx]

-- main menu --
1. Operation -> open form MAINMENU in ops.mdb
2. Accounting -> open form MAINMENU in acct.mdb
3. Production -> open form MAINMENU in prod.mdb
4. Exit

Is it possible to do this?
Thanks in advance!
 
If you use the tools startup options, then you can set the starup form in
each of the applications.

It is then a simple matter to place the follwing code behind the buttion:


application.FollowHyperlink "c:\path\acct.mdb"
 

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