How To Disable Or Hide the A2007 Quick Access Toolbar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wayne

    How To Disable Or Hide the A2007 Quick Access Toolbar

    I've searched this forum and trawled the wider web and can't find any
    information on how to hide or disable the A2007 Quick Access Toolbar.
    The toolbar is not something that one wants available to the user in a
    custom application.

    Can it be disabled or hidden and if so, how?
  • lyle

    #2
    Re: How To Disable Or Hide the A2007 Quick Access Toolbar

    On Feb 28, 4:10 am, Wayne <cqdigi...@volc anomail.comwrot e:
    I've searched this forum and trawled the wider web and can't find any
    information on how to hide or disable the A2007 Quick Access Toolbar.
    The toolbar is not something that one wants available to the user in a
    custom application.
    >
    Can it be disabled or hidden and if so, how?
    This hides both the ribbon and the QAT in Northwinds 2007.accdb.

    DoCmd.ShowToolb ar "Ribbon", acToolbarNo

    But then what? I'm guessing one will want a custom ribbon or toolbar.

    Comment

    Working...