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.
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.