Open Another Application while in Access

G

George Pryhuber

I need to open another application from an Access form.
I tried the VBA RunCommand "D:\GPryhuber\My
Documents\Attachmate\Sessions"
Call Shell(stAppName, 1)
didn't work.
I tried via a macro using "runapp" still didn't work.
Any suggestions.

Thank You,

George Pryhuber
 
Top