Results 1 to 2 of 2
  1. #1
    rashidhussain is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2011
    Posts
    1

    Hiding The Ribbon

    hi all, I have absolute beginners knowledge of access. I have been given an access document with a form which has lots of macros attached to it.

    I would like to remove the ribbon and the navigation menu so users can only see the form.

    on google it tells me to put in the command DoCmd.ShowToolbar “Ribbon”, acToolbarNo into vbscrtipt to undertake this, but I do not know how to undertake this. If somebody could tell me how to do this, that would be great. I am not too good with computers.

  2. #2
    vdanelia is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2011
    Posts
    38
    Hello ...
    Put this code on form Load Event

    DoCmd.RunCommand acCmdWindowHide 'Hides Window (Left Panel)
    DoCmd.ShowToolbar "Ribbon", acToolbarNo 'Hides Ribbon

    For Me works, if errors, describe it

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

Similar Threads

  1. Ribbon vs menubar
    By Mrchang in forum Access
    Replies: 1
    Last Post: 12-11-2011, 09:42 AM
  2. Hiding ribbon
    By jgelpi16 in forum Access
    Replies: 3
    Last Post: 12-16-2010, 11:12 AM
  3. Ribbon question
    By ksmith in forum Access
    Replies: 2
    Last Post: 07-13-2010, 10:27 AM
  4. Ribbon?
    By stephenaa5 in forum Reports
    Replies: 2
    Last Post: 06-29-2010, 11:22 PM
  5. Access 2007 Ribbon
    By jgelpi in forum Programming
    Replies: 2
    Last Post: 07-21-2009, 04:05 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