Share via

Hyperlinks in Access 2016

Anonymous
2016-07-16T19:55:43+00:00

I have created hyperlinks from an Access 2016 file to various Word documents. The links work but each time I click on one I I have to deal with a message telling me "A potential security concern has been identified. This location may be unsafe". I have to clear this every time I wish to use one of the hyperlinks and it is very frustrating. Can't I stop it appearing?

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. HansV 462.6K Reputation points
    2016-07-16T20:26:46+00:00

    To suppress these warnings in all Office applications:

    • Click the Start button.
    • Type regedit and press Enter.
    • If Windows asks for permission, allow it.
    • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common.
    • Expand this key.
    • Check if there is a subkey named Security.
      • If not: select Edit > New > Key.
      • Name the new key Security.
    • Select the Security subkey.
    • Select Edit > New >DWORD (32-bit) value.
    • Name the new value in the right hand pane DisableHyperlinkWarning.
    • Double-click DisableHyperlinkWarning.
    • Set its value to 1, then click OK.
    • Quit RegEdit.

    As mentioned, the setting applies to all Office applications, not just Access.

    It is a user-level setting, so if there are others using your database, they will have to follow the same steps.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. ScottGem 68,830 Reputation points Volunteer Moderator
    2016-07-17T02:31:49+00:00

    I rarely use hyperlinks. Instead I use:

    Application.FollowHyperlink filepath

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2017-11-01T20:57:28+00:00

    Didn't work for me :(.  I have one computer that doesn't show the message and 3 others that do

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-07-16T20:52:48+00:00

    Brilliant, thanks very much indeed  you have saved me from a lot of frustration.

    Was this answer helpful?

    0 comments No comments