ms-accessruntimems-access-2010ms-access-2013

Adding Trusted Location to Access Run Time


I have created a Microsoft Access file.

How do I add this file to the trusted locations on my client's PC where there is only the runtime version of Access installed?


Solution

  • Access 2007:

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations]
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location(n)]
    

    Access 2010:

    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\Security\Trusted Locations]
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\Security\Trusted Locations\Location(n)]
    

    Access 2013:

    [HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access\Security\Trusted Locations]
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Access\Security\Trusted Locations\Location(n)]
    

    Access 2016 & Access 2019 & Office 365:

    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations]
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations\Location(n)]
    

    Example of how it will look

    "Path"="C:\PathToDB\"
    "AllowSubfolders"=dword:00000001
    "Description"="The description"
    "Date"="01.01.2007 12:00"
    

    If editing Reg is not cup of your Tea, then use AddPath http://www.accessribbon.de/en/?Trust_Center:Trusted_Locations