Results 1 to 3 of 3
  1. #1
    azaz is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Dec 2010
    Posts
    5

    Remove Access ribbon on start

    Hi
    I made an access 2010 application with a startup form. I would like to remove the ribbon when the application starts. is there a way to do that.

    Thanks

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    create a table called 'USYSRibbons' and put a record in the table like so:

    Code:
    RibbonName	RibbonXML
    HideTheRibbon	<customUI xmlns=http://schemas.microsoft.com/office/2006/01/customui><ribbon startFromScratch=true></ribbon></customUI>
    Ribbonname = text field
    RibbonXML = memo field

    I know it works for 07.
    Last edited by ajetrumpet; 12-29-2010 at 08:25 PM.

  3. #3
    azaz is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Dec 2010
    Posts
    5
    Thanks for your help

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

Similar Threads

  1. how to start with access 2007
    By tintincute in forum Access
    Replies: 4
    Last Post: 08-31-2010, 11:52 AM
  2. Invalidating dropdown control on Access 2007 ribbon
    By kenwarthen in forum Programming
    Replies: 0
    Last Post: 08-16-2010, 09:29 AM
  3. Replies: 5
    Last Post: 06-23-2010, 01:41 PM
  4. Access 2007 Ribbon
    By jgelpi in forum Programming
    Replies: 2
    Last Post: 07-21-2009, 04:05 PM
  5. How to add user-defined ribbon in access 2007
    By ali-gagi in forum Access
    Replies: 1
    Last Post: 07-02-2009, 07:01 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