How do you set the Tools-Options-ShowHiddenObjects via ADO/DAO

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

access 2k;

I want to be able to set many of the checkboxes on the Tools pulldown
menu / Options / View-tab.

how is this accomplished via vb?

tia - Bob
 
I want to be able to set many of the checkboxes on the Tools pulldown
menu / Options / View-tab.

Bob - see:

Application.SetOption
Application.GetOption

Regards
Geoff
 
Bob - see:

Application.SetOption
Application.GetOption

Regards
Geoff

Geoff - tx very much;

I swear I looked @ those; but I'll try again!!!

tx - Bob
 

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

Back
Top