I can't seem to run a shortcut in Access in a form. Well it's not a shortcut it's a command that runs two things:
stAppName="C\ProgramFiles\Mobius\DocuAnalyzer\program\Autoscrp.exe" & " g:\mailread\order_track\order_track
download.bat"
Call Shell(stAppName, 1)
But it doesn't seem to work. I can run both of them. The first one opens a program and the second is a file that it runs to upload info to an excel spreadsheet. I can do it from the explorer, but not in access. Can anyone help?
Thanks in advance "The greatest risk, is not taking one."
stAppName="C\ProgramFiles\Mobius\DocuAnalyzer\program\Autoscrp.exe" & " g:\mailread\order_track\order_track
download.bat"
Call Shell(stAppName, 1)
But it doesn't seem to work. I can run both of them. The first one opens a program and the second is a file that it runs to upload info to an excel spreadsheet. I can do it from the explorer, but not in access. Can anyone help?
Thanks in advance "The greatest risk, is not taking one."