I would like to be able to load or unload a specidic custom ribbon with code behind a button.
thanks
DoCmd.ShowToolbar "Ribbon", acToolbarNo
to display it againDoCmd.ShowToolbar "Ribbon", acToolbarYes
Give some more info on what you want to accomplish and we will try to provide you with some more help
ASKER
ASKER
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
TRUSTED BY
I'm not sure if that is possible. Normally what I do instead is use the GetVisible callback and through that determine if a particular tab, group or button should be visible. Would that work for your scenario?