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

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
 
G

Geoff

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
 
Top