Results 1 to 2 of 2
  1. #1
    disco_stu is offline Novice
    Windows Vista Access 2007
    Join Date
    Jul 2010
    Posts
    1

    Creating Custom Ribbons


    I created a database the forms I made have pop up set to yes. When I open the form in form view it pops up over the ribbon. It looks awesome if the ribbon is hidden. So I was wondering is there away to make it so that the ribbon automatically is set to minimized when ever anyone opens the database?

    Thanks in advance.

  2. #2
    DaveT is offline Access Developer
    Windows 7 Access 2010 (version 14.0)
    Join Date
    May 2010
    Location
    Texas
    Posts
    69
    Hide the ribbon: DoCmd.ShowToolbar "Ribbon", acToolbarNo

    Show the ribbon: DoCmd.ShowToolbar "Ribbon", acToolbarYes

    Also see:
    http://office.microsoft.com/en-us/ac...010166329.aspx

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

Similar Threads

  1. Custom MsgBox
    By roccoIT in forum Programming
    Replies: 3
    Last Post: 07-06-2010, 10:43 AM
  2. Access 2007 - Hide Ribbons
    By FPeteE in forum Access
    Replies: 1
    Last Post: 11-17-2009, 03:55 PM
  3. Do i need a custom program for this?
    By hokie in forum Programming
    Replies: 9
    Last Post: 07-17-2009, 06:27 AM
  4. Easy Custom Calculation?
    By rjk1080 in forum Queries
    Replies: 6
    Last Post: 07-12-2009, 11:42 AM
  5. Creating a *Good* Custom Message Box
    By Jerimiah33 in forum Forms
    Replies: 1
    Last Post: 11-09-2005, 04:47 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