I have a Access form with the following command in After_Update:
strAppName = “C:WINDOWSexplorer.exe” & ” ” & strFilePath & strFileName
Call Shell(strAppName, 1)
Note: strFilePath & strFileName contains”
F:PropertiesStreetsAbbott RdAbbott Rd 1219APREWK_T.TIF
The code works OK, however I get the following security messages before the file is opened:
To help protect your security, Internet Explorer has restricted this file from showu=ing active content yhay could access your computer. Cleck here for options…
I Turn Off Pop-up Blocker without success.
I followed Information Bar Help without success.
Automatic prompting for ActiveX controls, click Enable.
Automatic prompting for file downloads, click Enable.
I’m missing something, how do I turn off the above message?
Thanks, John