B
bgedelman
Various folks have found a programmatic method to hide the Navigation
Bar completely. (DoCmd.SelectObject acTable, "MSysObjects", True :
DoCmd.RunCommand acCmdWindowHide)
But I'd rather that the Navigation Bar be available if users choose to
restore it. That is, I just want to set the Navigation Bar to "Close"
-- just like clicking the double-left arrow at the top-right of the
Navigation Bar.
Any suggestions? Seems like this should be possible, but I just can't
find the command. Many thanks.
Bar completely. (DoCmd.SelectObject acTable, "MSysObjects", True :
DoCmd.RunCommand acCmdWindowHide)
But I'd rather that the Navigation Bar be available if users choose to
restore it. That is, I just want to set the Navigation Bar to "Close"
-- just like clicking the double-left arrow at the top-right of the
Navigation Bar.
Any suggestions? Seems like this should be possible, but I just can't
find the command. Many thanks.