Open Application

D

David W

Is there a way to open one application from within another.
I am wanting to open one particular application first(both are a mde), then
after a few things are entered, open the second application, then close the
first one.
Is this possible?
 
R

Rick Brandt

David said:
Is there a way to open one application from within another.
I am wanting to open one particular application first(both are a
mde), then after a few things are entered, open the second
application, then close the first one.
Is this possible?

Check help on the Shell command. With that you can run most any Windows
command. Use that to open the second Access app and then on the next line
of code...

DoCmd.Quit

....to close the first one.
 

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