I have a buttons in my database that point to excel files on my computer. I always get this warning when I click them before I can open the file. Can it be turned off.
Microsoft Access Security Notice
Collapse
X
-
Yes, I am also looking for the same answer as I have a Microsoft Access database it also happens to me when I open up any excel file that I actually linked.
I added a command button to and add the following code to open excel files:
I'm in for answer :DCode:Application.Followhyperlink "C:\xyz.xlsx"
Last edited by zmbd; Jun 11 '14, 09:55 PM. Reason: [z{Please, click on the [CODE/] button in the post toolbar and then cut and paste your script between the [CODE] [/CODE] tags.Comment
-
titanscomputer,
More likely than not, this error has nothing to do with MS Access, but has to do with the security settings your network and systems administrators have for your computers. Unless you turn off all the security settings, which your network adminstrators won't allow, you just have to live with these warnings. This may affect some features in MS Access VBA automation, such as some e-mail functions, but other than that, it should be nothing to worry about.Comment
Comment