I have created a runtime access file, how do I add this file to Trusted Location on my clients PC, where there is No Access Installed.
相关问题
- Stop child process when parent process stops
- Importing data from MS Access db to PostgreSQL db
- DoCmd.TransferSpreadsheet is not recognizing works
- Is there a way to apply theme on converted access
- How to programmatically convert Access 1997 .mdb t
相关文章
- COALESCE, IFNULL, or NZ() function that can be use
- CurrentDb.RecordsAffected returns 0. Why?
- How to embed ms-access forms in C# module?
- Sleep Lib “kernel32” gives 64-bit systems error
- How to destroy an object
- How to create new type at runtime in F#? [closed]
- Close all VBE windows (MS Access, VB for Aplicatio
- How can I create a MetadataWorkspace using metadat
It is much easier to just copy your Access file to a folder that is already trusted by any user.
One example is
%LocalAppData%
which works even in a Citrix environment.Create a folder here named you or your company and a subfolder named your application. Copy you database file to this, and provide a shortcut for the users.
Below are some instructions i found awhile ago which i had saved, which allow you to add trusted locations, allow network locations & include sub folders.
Access 2007:
Access 2010:
Access 2013:
Access 2016 & Access 2019 & Office 365:
Example of how it will look
If editing Reg is not cup of your Tea, then use AddPath http://www.accessribbon.de/en/?Trust_Center:Trusted_Locations
If the trusted location is on a network location then you need to add:
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations] "AllowNetworkLocations"=dword:00000001