Ammend Trusted Locations

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi,
How can I add locations the Trusted Locations in access 2007 when installing
a packaged database.
Is this possible.

Regards

John
 
If course you will need proper permissions, but here is the registry key for
Trusted Locations:

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted
Locations\Location1]

AllowSubFolders (REG_DWORD) = 1 Path (REG_SZ)
"C:\MyTrustedDatabaseFolderNo1"
 
Arvin
Thanks for your help.

Regards

John

Arvin Meyer said:
If course you will need proper permissions, but here is the registry key
for Trusted Locations:

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted
Locations\Location1]

AllowSubFolders (REG_DWORD) = 1 Path (REG_SZ)
"C:\MyTrustedDatabaseFolderNo1"
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


John said:
Hi,
How can I add locations the Trusted Locations in access 2007 when
installing a packaged database.
Is this possible.

Regards

John
 
Back
Top