change access option with VBA

T

TNL

Hi,
I want with VBA to change an access 2000 option.
Which command or method can I use?

Thanks
TNL
 
C

chas

Hi,

search VBA help for 'Set Options from Visual Basic'. This
gives information about using Application.SetOption and
lists the available arguments. For example:

Application.SetOption "Show Startup Dialog Box", True

hth

chas
 

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