[AccessD] Hiding the Navigation Pane in Access 2007+

Jim Dettman jimdettman at verizon.net
Wed Aug 29 07:24:43 CDT 2012


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. 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Arthur Fuller
Sent: Wednesday, August 29, 2012 07:04 AM
To: Access Developers discussion and problem solving
Subject: [AccessD] Hiding the Navigation Pane in Access 2007+

Is it possible to hide the Access navigation pane in code? If so, how?

TIA.
-- 
Arthur
Cell: 647.710.1314

Prediction is difficult, especially of the future.
  -- Niels Bohr
-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list