Hello,
I have an access 2003 bd compiled with "Microsoft Office tools for Access
2003 Developer Extensions", that I install in some pcs.
Appends that oppening the bd I got the message "security warning: unsafe
expressions are blocked".
The bd is worrking but I wont to desable that message, but I can't do that
without the office.
What can I do to desable it?
Thanks.
Paulo Ferreira
Albert D. Kallal - 21 Nov 2006 13:14 GMT
Simply add the following keys to your runtime packing (the package wizard
does have provision for adding regs keys).
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
If you add both tof the above, then you get no security prompts at
all...even if the later jet sp8 is NOT installed. It is clean...and no
prompts....
Paulo Ferreira - 23 Nov 2006 09:59 GMT
Thanks.
Paulo Ferreira
> Simply add the following keys to your runtime packing (the package wizard
> does have provision for adding regs keys).
[quoted text clipped - 12 lines]
> all...even if the later jet sp8 is NOT installed. It is clean...and no
> prompts....