Link to home
Start Free TrialLog in
Avatar of CLA_Giuseppe
CLA_Giuseppe

asked on

microsoft access security notice

Can't remove the ms access security notice in access run-time 2010 environment

I've made an application using ms access XP and now I'm trying to port it into access 2010
I've converted all database into the new format
into this application there a 'program' database, which reach the table with the attached tables and has in it all program code (write into VB modules): this database has a macro named 'Autoexec' that automatically run the code that show the application menu. The other database contains only data (table and relationships)
Into a PC (without ms office 2010 installed) I've installed the access 2010 run-time
when I run my 'application db' access run-time show me the
into the Microsoft documentation I've found the following solution but none of this suppress the message box
1. modify the security 'sandbox': see pages 1-2 of attached file
2. Package and sign: see pages 3-7 of attached file
    this solution doesn't solve the problem: what happen is:
    user run the packaged file (.accdc); the certification installation appear and the install procedure end successfully, but before start the 'program database' the security notice appear
3. disable the security warning into the database: see pages 8-9 of attached file

does anyone know how to kill this security notice?
many thanks and best regards
Giuseppe Siboni
access-security-notice.pdf
ASKER CERTIFIED SOLUTION
Avatar of Ramanhp
Ramanhp
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
In Access 2010 you can also use trusted documents.
Add you file to trusted documents or to trusted locations in computer with fill access installed and export from registry:
[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\Security]
Remove all superfluous and import to computers with runtime
Avatar of CLA_Giuseppe
CLA_Giuseppe

ASKER

I've made a test and everything works fine
many thanks
I solved the problem with adding this dword in security of Access 2010

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Access\Security\]
"VBAWarnings"=dword:00000001