Macro to close a program

  • Thread starter Thread starter Secret Squirrel
  • Start date Start date
S

Secret Squirrel

How would I set up a macro withint my database to close another program when
I close my database?
 
Did your Access application open the other program via automation? If so,
that is the same way you should close it. Otherwise, you will probably need
several API calls to find the other program's handle and then close it.

There is no macro defined to do this specific thing so you would need to
write the code to do it anyway. Just forget the macro part of this.
 

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