Suppress Navigation Pane Through Code

G

Guest

I have an application that I distribute to a number of clients. In code I
want to disable the Navigation Pane from showing.

I have tired to using the old standard ChangeProperty function with both
"NavPane Closed" set to 1 and DisplayNavigationPane" set to false.

I have also tried: Docmd.SelectObject acTable, , True
Docmd.RunCommand acCmdWindowHide

Neither method works for me.

It is still in .mdb format. Is this a problem? Is there a possible timing
issue? Am I missing something very obvious?

Thanks, Ethan
 
B

bhipwell via AccessMonster.com

This works for forms but I am not sure about web pages.

CommandBars("Menu Bar").Enabled = False
 
G

Guest

Command/menu bars I have under control. I am having a problem with the
Navigation Pane.
 

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