D
Dale Fye
I need to perform a number of sequential steps in Access. Each of these
steps involves a running a separate Access application, which has been setup
to run unattended. I started thinking that I would just code the Close
event of each applications main form to kick off the next application, but
realized that the series of applications is likely to change occassionally.
To over come this, I was thinking was about starting this all off with an
Access application that would shell out to each of the sequential steps, and
then, when one step finishes, move onto the next step. Only problem is, I
have not been able to figure out how to tell if another instance of Access
is running.
Any ideas or alternative suggestions would be greatly appreciated.
Dale
steps involves a running a separate Access application, which has been setup
to run unattended. I started thinking that I would just code the Close
event of each applications main form to kick off the next application, but
realized that the series of applications is likely to change occassionally.
To over come this, I was thinking was about starting this all off with an
Access application that would shell out to each of the sequential steps, and
then, when one step finishes, move onto the next step. Only problem is, I
have not been able to figure out how to tell if another instance of Access
is running.
Any ideas or alternative suggestions would be greatly appreciated.
Dale