avoid open an opend application

R

Rick B

Not sure what you are asking. Are you building a button on a form to open
an application and you want to jump to the active one if there is already an
instance of the application? You are using MS Access, right?
 
A

Albert D.Kallal

You would have to use that api code, and in your startup, check if the
appcation is running, and then quit.....

So, in effect, a 2nd copy would try and run...but you would not let it get
very far.....
 
Top