Shell external application and wait

C

Charles Tam

In MS Access 97, I've initiated a shell command to launch an external
application.

E.g. Shell(run_string, vbMinimizedNoFocus)

Is there a way to set Access to wait for the application to finish?
 
Top