'03 message

KenHigg

Registered User
Local time
Today, 02:25
Joined
Jun 9, 2004
Messages
13,291
Any idea how to prevent the 'Unsafe Expressions' error message from displaying everytime Access '03 opens? (see attachment)

Thanks,
 

Attachments

  • unsafe.jpg
    unsafe.jpg
    17.9 KB · Views: 159
Usually you need to switch the macro security to low. (Tools, Macros, Security).
 
dbc1 said:
Usually you need to switch the macro security to low. (Tools, Macros, Security).

I'll give it a try - Thanks!
 
You can set the key in the users registry to prevent the warnings. You should only do this if you know what you are doing!

The attached file has three registry keys I change for my users with a Windows XP computer.

DisableSandboxMode.reg
SetAccessFileFormatTo2003.reg
SetAccessSecurityToLow.reg

The user must have admin rights to the computer to edit their registry. If you launch the reg keys with the silent option the user will not have the option to abort the changes so you know it is done. I use a custom .exe program to run the regedit during the installation of my applications. Here is how you would call the regedit from the Run command.

REGEDIT /S \\Server\Partition\Directory\DisableSandboxMode.reg

You could [should] export your own keys to ensure that the system settings are correct for your companies computers since some companies do not use the standard default installation locations for Office 2003.

You are at your own risk for using the attached files to edit the registry of a Windows XP computer!
 

Attachments

Last edited:

Users who are viewing this thread

Back
Top Bottom