judyscofield
Programmer
I have a compiled c++ program that I would like to run from a form. When I run the exe, it asks for four inputs and produces a file. When I try to run it from Access, the program starts, asks for the for inputs and closes, but the file doesn't get produced. In the event code of the button on the form I have
Dim stAppName As String
stAppName = "c:\afcars\chkdat3.exe"
Call Shell(stAppName, 1)
What am I doing wrong?
Judy Scofield
Dim stAppName As String
stAppName = "c:\afcars\chkdat3.exe"
Call Shell(stAppName, 1)
What am I doing wrong?
Judy Scofield