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.