Setting Global Options

  • Thread starter Thread starter PeterM
  • Start date Start date
P

PeterM

Is there a way to set global options within VBA. I'm particularly interested
in setting the security level to low (to eliminate that annoying start up
message), setting the status bar to false and "Behavior Entering Field" set
to start of field. Is there some place that lists the options that can be
set?

Thanks for the help!
 
On Thu, 4 Mar 2010 19:30:04 -0800, PeterM

For the latter two check the SetOption keyword in the Help file.
The first one requires a registry setting. You can google or bing for
it.

-Tom.
Microsoft Access MVP
 
Thanks Tom, exactly what I needed!

Tom van Stiphout said:
On Thu, 4 Mar 2010 19:30:04 -0800, PeterM

For the latter two check the SetOption keyword in the Help file.
The first one requires a registry setting. You can google or bing for
it.

-Tom.
Microsoft Access MVP


.
 
Back
Top