A family of Microsoft relational database management systems designed for ease of use.
Hi,
DoCmd.NavigateTo "acNavigationCategoryObjectType"RunCommand acCmdWindowHide
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
HansV showed me how to hide the ribbon, DoCmd.ShowToolbar "Ribbon", acToolbarNo, so I had great hopes for a similar DoCmd attribute for the pane. No such luck that I could find. Is there a way?
tia
las
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Hi,
DoCmd.NavigateTo "acNavigationCategoryObjectType"RunCommand acCmdWindowHide
As I said to Tom, by "progrommatically" I mean in VBA code.
You can hide the Nav pane using the Options, then press the F11 key to display it.
By "programmatically" I mean in VBA code.
File > Options > Current Database > Display Navigation Pane