First off, I have a FE and BE MDB files where both are set with the Macro Security as Low. Then on the LOAD of the FE splash screen I added:
Application.AutomationSecurity = msoAutomationSecurityLow
When I run that locally on MS Access 2003, I don't get the security warning. Then I created a .mde with MS Access 2003 for the FE. When I run the file on my PC with Win XP and MS Access 2003 installed it still does not show a security warning.
Finally I used the MS Office Access 2003 Developers Extensions Package Wizard to create the runtime version. I installed it on a different PC without MS Office and I get a security warning:
"C:\Program Files\....\filename.mde
This file may not be safe if it contains code that was intened to harm your computer. Do you want to open this file or cancel the operation?"
Any ideas on how to get rid of this? Please???
Thanks
Application.AutomationSecurity = msoAutomationSecurityLow
When I run that locally on MS Access 2003, I don't get the security warning. Then I created a .mde with MS Access 2003 for the FE. When I run the file on my PC with Win XP and MS Access 2003 installed it still does not show a security warning.
Finally I used the MS Office Access 2003 Developers Extensions Package Wizard to create the runtime version. I installed it on a different PC without MS Office and I get a security warning:
"C:\Program Files\....\filename.mde
This file may not be safe if it contains code that was intened to harm your computer. Do you want to open this file or cancel the operation?"
Any ideas on how to get rid of this? Please???
Thanks