Access 2003 Runtime Security Warning

P

Patrick Mürner

Hi

I've run a access db with Access 2003 RT.
How can i remove the "Security Warning" dialog box.

I've changed this reg keys, but nothing happened:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines]
"SandBoxMode"="#00000002"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Access\Security]
"Level"="#00000001"

What can i do?

Thanks,
Patrick
 
6

'69 Camaro

Hi, Patrick.

Off-hand, I'd say that you may be using the wrong syntax. These Registry
keys require DWORD values.

You can change the Registry manually or by writing code that will run in the
Runtime version of Access to allow the user use the menus to set the
security level to low. You'll find the VBA source code in both English and
Spanish in the Access tip "How to set the macro security level in Access
2003 runtime" on this Web page:

http://www.Access.QBuilt.com/html/vba.html#SetMacroSecLvl

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
 

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