Macro Security level (for 2003 runtime)

G

Guest

Does anyone know how to set the Macro Security Level (for
Access 2003 runtime) (to low instead of medium)
 
P

Paul Overway

Set registry as follows:

ROOT:Local Machine
Key: SOFTWARE\Microsoft\Jet\4.0\Engines
Name:SandBoxMode
Value:#00000002

ROOT:Local Machine
Key: Software\Microsoft\Office\11.0\Access\Security
Name:Level
Value:#00000001
 
Top