Macro to close a program

  • Thread starter Secret Squirrel
  • Start date
S

Secret Squirrel

How would I set up a macro withint my database to close another program when
I close my database?
 
P

Pat Hartman

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.
 
Top