Results 1 to 3 of 3
  1. #1
    Joakim N is offline Advanced Beginner
    Windows 7 32bit Access 2016
    Join Date
    Oct 2016
    Posts
    79

    No Ribbon

    Hi,



    I want to hide the ribbon. I have followed the instructions in https://msdn.microsoft.com/en-us/lib.../ff837012.aspx

    Steps I have done:
    1. Created a table USysRibbons

    Click image for larger version. 

Name:	Capture.GIF 
Views:	16 
Size:	19.1 KB 
ID:	28733

    2. After restart I have selected Ribbon Name = HideTheRibbon

    Click image for larger version. 

Name:	Capture.GIF 
Views:	15 
Size:	39.8 KB 
ID:	28734

    After restart again the ribbon should be hidden. I thought. But it doesn't.

    Anyone know what to do?

    \Joakim

  2. #2
    Join Date
    Jun 2015
    Location
    Wales. Land of the sheep.
    Posts
    1,228
    in the on load event of the form that opens first try this:

    Code:
    Private Sub Form_Load()
    DoCmd.ShowToolbar "Ribbon", acToolbarNo
    End Sub

  3. #3
    Joakim N is offline Advanced Beginner
    Windows 7 32bit Access 2016
    Join Date
    Oct 2016
    Posts
    79
    Thanks!

    That worked great

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

Similar Threads

  1. Ribbon
    By moodhi in forum Access
    Replies: 3
    Last Post: 10-24-2012, 08:59 AM
  2. Ribbon
    By brobb56 in forum Database Design
    Replies: 3
    Last Post: 09-30-2011, 02:30 PM
  3. Custom Ribbon
    By nkuebelbeck in forum Programming
    Replies: 5
    Last Post: 08-25-2011, 11:55 AM
  4. Runtime and the ribbon
    By AndycompanyZ in forum Access
    Replies: 1
    Last Post: 07-13-2011, 04:37 AM
  5. Ribbon?
    By stephenaa5 in forum Reports
    Replies: 2
    Last Post: 06-29-2010, 11:22 PM

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