VBA - second instance of access

G

Guest

I would really appreciate any help.
How can I open a second instance of access and require that be closed before
the user can return to the first instance from which it was called?
Thank you
 
G

Guest

Hi

Use a shell call with (after shell) docmd.quit on the 1st DB (or the 2nd if
you want to go back to the 1st) - hope that makes sense.
 

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