How do I avoid the Securing Warnings

P

Perico

I'm developing an application that started out in Access 2000 but now we have had to upgrade to Access 2003 to fascilitate XML file importing

The problem is when the application starts I get 3 different security warnings dialogues, which will utterly stupefy the user. I want to suppress these warnings without lowering the security settings on the computer

How can this be done - is there some code I can use to suppress these messages?
 
J

Joan Wild

You would need to purchase a digital certicate and sign the VBA project.
More information at

http://office.microsoft.com/assista...A011225981033&CTT=4&Origin=CH010411391033#170

--
Joan Wild
Microsoft Access MVP

Perico said:
I'm developing an application that started out in Access 2000 but now we
have had to upgrade to Access 2003 to fascilitate XML file importing.
The problem is when the application starts I get 3 different security
warnings dialogues, which will utterly stupefy the user. I want to suppress
these warnings without lowering the security settings on the computer.
How can this be done - is there some code I can use to suppress these
messages?
 

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