I try to open ACDsee software from access DB by writing this code:
Dim stAppName As String
stAppName = "C:\Program Files\ACD Systems\ACDSee\6.0\ACDSee6.exe"
Call Shell(stAppName, 1)
It is not opened.
Note that the same code i can open others programs like :
word, excel, Autocad, Photoshop....
but not ACDsee, i try version 6 and 9 the same result.
and no error message. Only nothing happen.
Plz can anyone help
Regards
Zaher Rabah
Dim stAppName As String
stAppName = "C:\Program Files\ACD Systems\ACDSee\6.0\ACDSee6.exe"
Call Shell(stAppName, 1)
It is not opened.
Note that the same code i can open others programs like :
word, excel, Autocad, Photoshop....
but not ACDsee, i try version 6 and 9 the same result.
and no error message. Only nothing happen.
Plz can anyone help
Regards
Zaher Rabah