hi

i tried to launch a program with the following code but it fails to open the program. i have a module as well to declare all the API stuff:

Private Sub Command3_Click()


Shell sAppPath, vbMinimizedFocus
end sub

Private Sub Form_Load()

sAppName = "Inspections"
sAppPath = "C:\fin_root\access\Inspections.exe"
End Sub

Module CODE: