Access Junkie - MVP Alumnus - SDET XAS

Home
News
Access 2007 Inside Out
Online 2007 Training
Access 2007 FAQ
Access 2007 Help Articles
Technical Articles
Links
MSDN Articles
KB Articles
Blogs
Forums
Contact Us
About Us
Access 2007 FAQ

 

Using Access 2007 Runtime, how can I create a Trusted Location if there's no UI to create it?

 

You'll need to create a script or install routine that manually creates the necessary registry keys.

 

For example, setting these keys....

 

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location0]
AllowSubFolders (REG_DWORD) = 1
Path (REG_SZ) "C:\AccessJunkiesRule"

 

...results in this:

 

 

 

 

If you want to manually create a Trusted Location, please see the following page: Related Topic 

 

 

See more tips and tricks like this in our book: Microsoft Office Access 2007 Inside Out

 

 

Back to FAQ main page