Opening doc via hyperlink without warning

CedarTree

Registered User.
Local time
Today, 14:51
Joined
Mar 2, 2018
Messages
445
I have a table of documents (could be Word, Excel, OneNote, etc.) and when someone doubleclicks, I use Application.FollowHyperlink to open the doc. It works fine but the user also gets "warned" about opening up a file (sometimes it doesn't show up but it's annoying when it does). Any ways to suppress this? I tried setwarnings false but that didn't help.

Capture.JPG
 
Looks like your link is to an untrusted location.
 
It's actually on the company intranet.
 
It may be on your intranet but the location needs to be set as trusted with Access. That can also be true on your own computer for imported files.
 
Is there a way to do that within the Front-end so as I share the FE with users, they don't have to do anything?
 

Users who are viewing this thread

Back
Top Bottom