Results 1 to 5 of 5
  1. #1
    Access_Novice is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Sep 2013
    Posts
    265

    Raised and Sunken Tab control


    I am trying to find out how to make a tab "raised" or "sunken" when selected, like special effects. Is this possible?

    Also, for any given tab/page, is it possible to make the tab portion one color and the page portion another color?

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    not sure what 2013 has to offer. Maybe themes. But I don't like them for Tab Controls because they behave funny and seem to suck up resources. There should be a property available to enable themes when you select the entire tab control in design view. Use Themes

    If I recall it won't use the fancy system button themes available from the controls area of the ribbon. not sure what 2013 has to offer.

  3. #3
    libraccess's Avatar
    libraccess is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2012
    Location
    Napier New Zealand
    Posts
    129
    I tried playing around with this for some time but have settled on tab color options. the current tab (page) the same color as your page background the other tabs another color and a hover color something else has been my choice now and (opinion only) seems to look the most effective

  4. #4
    Access_Novice is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Sep 2013
    Posts
    265
    Quote Originally Posted by libraccess View Post
    I tried playing around with this for some time but have settled on tab color options. the current tab (page) the same color as your page background the other tabs another color and a hover color something else has been my choice now and (opinion only) seems to look the most effective
    I didn't think about the hover color. I will play around with that. Thank you.

  5. #5
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    When wanting to do wonky things like this, to the 'tab' part of a Tabbed Controls, the usual approach is to

    1. Set the Style Property of the Tabbed Control to None
    2. Replace the tabs with Labels
    3. Use the Labels' OnClick Events to navigate, programmatically through the Pages
    4. Format the Labels as you need

    Here are a couple of links to hacks for using colors with Tabbed Controls:

    http://www.lebans.com/tabcolors.htm

    http://www.fontstuff.com/access/acctut12.htm

    Linq ;0)>

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

Similar Threads

  1. Replies: 10
    Last Post: 02-20-2013, 07:04 AM
  2. Replies: 12
    Last Post: 12-11-2012, 09:27 AM
  3. Replies: 3
    Last Post: 03-29-2012, 12:40 PM
  4. Replies: 5
    Last Post: 10-13-2011, 03:36 PM
  5. Replies: 6
    Last Post: 03-14-2011, 09:37 AM

Tags for this Thread

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