Access 2007 - Trust Folder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I create or set an existing folder as trust folder?

If the folder is trust all access database in this folder can we open them
without see security warning message?
 
You can add trusted locations through:
Office Button | Access Options | Trust Center | Trust Center Settings
 
I creted a install package for a database access 2007. I installed it in a
computer without access 2007.
how can I trust folder with access 2007 runtime version?
Thanks
jcp
 
I think the problem is that with only the Access Runtime installed, you can't
get to the Access Options to set the trust settings.

There is a post about adding the necessary registry key to accomplish the
same thing. The post does it manually, but you can set the registry value in
the installer wizard, too. If you have a VBA function to write to the
registry, you can do it that way too:

http://www.microsoft.com/communitie...&p=1&mid=676d3ce6-e2e8-4d9b-b751-2056651dd794
 
With this registry, it works.
but if new user login the computer, the folder is not trusted becuase the
registry is per user. (HKEY_CURRENT_USER\...)
Do you have any idea how can configure the registry and automatically the
registry update for new user?

Thanks




Steve Jensen said:
I think the problem is that with only the Access Runtime installed, you can't
get to the Access Options to set the trust settings.

There is a post about adding the necessary registry key to accomplish the
same thing. The post does it manually, but you can set the registry value in
the installer wizard, too. If you have a VBA function to write to the
registry, you can do it that way too:

http://www.microsoft.com/communitie...&p=1&mid=676d3ce6-e2e8-4d9b-b751-2056651dd794
 
Back
Top