Access 2007 Runtime Trusted Locations

B

Bob Wardlow

I have created an Access 2007 accde file to run under the 2007 Runtime
version installed on Terminal server.

What is the correct syntax to add trusted locations to the registry so my
Access application will run?

I have tried the suggestions from other posts but still no joy.

Thanks for your help.
 
J

JoelB

I was having no luck either Bob. Any chance your application is located on a
network share? That was my problem---turned out I also needed a value for
the key AllowNetworkLocations.

Create a text file with a .reg extension, paste the five lines of text below
into it, and modify it to point to your location. Double click on the reg
file, and it should update your registry, and allow the app to run from that
location for the current user.

Hope that helps!
Joel
_______________________________________________

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted
Locations]
"AllowNetworkLocations"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted
Locations\LocationOfMyApp]
"Path"="\\\\MyServer\\MyShare\\"
"AllowSubfolders"=dword:00000001

_______________________________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top