Shell Back and forth

B

Brian Paul

I have the following code:

DoCmd.Minimize
Call Shell("msaccess ""N:\Databases\Football 2006.mdb""", 1)

What this does is minimize the current database and then opens and maximized
the football.mdb database leaving the current database minimized. However, I
would on docmd.quit Command buton on the football.mdb, main form. Maximize
the Current Database that was maximized.

Thanks.
 

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

Top