[AccessD] Hiding the Navigation Pane in Access 2007+

Arthur Fuller fuller.artful at gmail.com
Wed Aug 29 08:04:07 CDT 2012


Thanks, Jim. I'll give that a try.
A.

On Wed, Aug 29, 2012 at 8:24 AM, Jim Dettman <jimdettman at verizon.net> wrote:

> Arthur,
>
>  This is one way to do it:
>
> Public Sub DisplayNavPane(Optional IsVisible As Boolean = True)
>
>     DoCmd.SelectObject acTable, , True
>     If IsVisible = False Then DoCmd.RunCommand acCmdWindowHide
>
> End Sub
>
>
> Jim.
>
>


More information about the AccessD mailing list