Wednesday, January 13, 2010

How to Hide Access 2007 Office Button and Ribbon

If you want to hide Access 2007 Office button and Ribbon  from your Access application – add the following code so it executes at startup.

DoCmd.ShowToolbar "Ribbon", acToolbarNo

via MDBMakers.com

2 comments:

  1. I've been Beta testing 2010 and this is useful, thanks.

    ReplyDelete
  2. This doesn't seem to work in Access 2007. The whole default ribbon appears anyway.

    Could Microsoft have pooched Access any worse than this?

    ReplyDelete