E
Eddy
I found this code at some web site for setting security to low when
starting access. My problem being new to programming is where do I put it.
If I put it or behind the Splash screen, teh database is already open so the
first line opens a second copy of Access.
Thanks
Set o = CreateObject("Access.Application")
o.AutomationSecurity = 1 ' set macro security LOW.
penCurrentDatabase "full path to your database"
o.UserControl = True
Set o = Nothing
AutomationSecurity = 1 ' set macro security LOW.
UserControl = True
starting access. My problem being new to programming is where do I put it.
If I put it or behind the Splash screen, teh database is already open so the
first line opens a second copy of Access.
Thanks
Set o = CreateObject("Access.Application")
o.AutomationSecurity = 1 ' set macro security LOW.
penCurrentDatabase "full path to your database"
o.UserControl = True
Set o = Nothing
AutomationSecurity = 1 ' set macro security LOW.
UserControl = True