Open other program .exe from access

D

Deen

Can I open other program .exe ( not msOffice ) from msAccess ? Just click the
button maybe.
 
D

Dirk Goldgar

Deen said:
Can I open other program .exe ( not msOffice ) from msAccess ? Just click
the
button maybe.


Check out the Shell function in the online help (in the VB Editor
environment), or the RunApp macro action.
 
D

Deen

Thanks to Dirk Goldgar,

Both the Shell function and the RunApp in macro work fine and can open that
program.
 
Top