Hi All,
I am using access97 and have some code that uses the call and shell statements. The code works on the dev. machine(I did have to change from MS dao3.6 to 3.51 for the target). The code is below.
MsgBox "Got Here"
Call Shell("path\program.exe", vbNormalFocus)
I know it reached this code because of the preceding line. The error I get is "ActiveX cant create object." Is there some reference that I am missing? Or a library registry setting that was not installed on the target? I am very confused?
Thanks,
Jack D
I am using access97 and have some code that uses the call and shell statements. The code works on the dev. machine(I did have to change from MS dao3.6 to 3.51 for the target). The code is below.
MsgBox "Got Here"
Call Shell("path\program.exe", vbNormalFocus)
I know it reached this code because of the preceding line. The error I get is "ActiveX cant create object." Is there some reference that I am missing? Or a library registry setting that was not installed on the target? I am very confused?
Thanks,
Jack D