Results 1 to 3 of 3
  1. #1
    sevanty7 is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Posts
    37

    Command to Open Ribbon


    Hello
    I currently have a database where the ribbon is for the most part not displayed.
    However when clients get to a certain screen I would for it to become visible again so they can print the screen their on.
    Is there a macro to run that will make the ribbon visible again?
    Thanks for any help!

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,649
    Have you disabled the ribbon with File>Options?

    Toggle the ribbon with:

    DoCmd.ShowToolbar "Ribbon", acToolbarYes

    DoCmd.ShowToolbar "Ribbon", acToolbarNo

    However, if you are going to enable the entire ribbon for users, why bother hiding any of it to begin with? Use ribbon/QAT customization to manage what is available to users. Review: http://forums.aspfree.com/microsoft-...at-303789.html
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    sevanty7 is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Posts
    37
    Okay thank you, yeah it makes more sense to do it this way then the way i was doing it

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Open form only, hide the ribbon bar.
    By kcmiuser in forum Access
    Replies: 3
    Last Post: 05-22-2013, 02:04 PM
  2. Form Button to Execute Disabled Ribbon Command
    By stwalke2 in forum Programming
    Replies: 5
    Last Post: 04-29-2013, 01:00 PM
  3. Command button open url
    By patrickmcdiver in forum Programming
    Replies: 2
    Last Post: 03-06-2012, 11:08 AM
  4. open query command
    By quandore in forum Forms
    Replies: 3
    Last Post: 02-24-2012, 10:56 AM
  5. Command buttons to Open Forms
    By Ace Pioneer in forum Access
    Replies: 1
    Last Post: 11-30-2010, 06:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums