Macro Security

A

Angus

I am rolling out an appliucation with Access ADE and I am trying to implement
TC's workaround for the Macro security Warning:

dim o
set o=createobject ("Access.Application")
o.automationsecurity=1 ' set macro security LOW.
o.opencurrentdatabase "full path to your database"
o.visible=true
o.usercontrol=true
set o=nothing

However it seems that you cannot use CreateObject in a runtime (i.e. Access
ADE) only enviroment:
http://support.microsoft.com/kb/295179/en-us

Can enyone help me get round this problem? TC?

I am lothe to set everyone's level to Low.

Thanks in advance.
 

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