D
Dan
I want to make it so the macro security warnings do not come up when my
database is started and I found this code that claims to do it however I was
wondering where should I put this code. It seems like it should run on
startup but where do I find this at?
The code is:
dim o
set o=createobject ("Access.Application")
o.automationsecurity=1 ' set macro security LOW.
o.opencurrentdatabase "full path to your database"
o.usercontrol=true
set o=nothing
database is started and I found this code that claims to do it however I was
wondering where should I put this code. It seems like it should run on
startup but where do I find this at?
The code is:
dim o
set o=createobject ("Access.Application")
o.automationsecurity=1 ' set macro security LOW.
o.opencurrentdatabase "full path to your database"
o.usercontrol=true
set o=nothing