[AccessD] Speaking of Access 2007 annoyances

Steve Schapel miscellany at mvps.org
Thu Jan 10 22:02:47 CST 2008


Hi Doug,

You can hide it via the 'Display Navigation Pane' option, under Access 
Options=>Current Database settings.

Alternatively, if you have a Startup form nominated, you can do like 
this on the Load event of that form:
   DoCmd.SelectObject acForm, "NameOfYourForm", True
   DoCmd.RunCommand acCmdWindowHide

Regards
Steve


Doug Steele wrote:
> Does anyone know how to hide the Navigation Pane completely with code?
> There is nothing in the Access help or Google about a NavigationPane object,
> property, etc. or anything else I could think of searching.
> 
> Doug Steele



More information about the AccessD mailing list