Results 1 to 4 of 4
  1. #1
    aquabp is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    Apr 2015
    Posts
    69

    How do I add color a tab on a forms tab?


    I have been getting into using tabs on a master form to quickly move from one form to another. The problem is that sometimes I forget where I am at! Is there a way to add color to these form tabs and if so can I change the color when the form is active?

  2. #2
    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
    The Back Color for Tabbed Controls, including the Tabs themselves, is determined by settings in Windows on your PC. What you can do is

    1. In Form Design View go to Properties - Format and change the Style Property from Tab to None
    2. Replace the now gone Tabs with Labels
    3. Code the OnClick event of each Label to navigate to the appropriate Tabbed Page

    If you can live changing the color of each Tabbed Page, which will, of course, also change the color of the Tab itself, here is a link to hack for doing that with explicit instructions:

    Colored Pages on Tab Control

    As you may have figured out by now, this is not going to be a trivial undertaking, whichever approach you decide to take.

    Good Luck with your project!

    Linq ;0)>

  3. #3
    aquabp is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    Apr 2015
    Posts
    69
    Very Nice! Thank you!

  4. #4
    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
    Glad we could help!

    Linq ;0)>

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

Similar Threads

  1. update forms color change
    By trevor40 in forum Forms
    Replies: 2
    Last Post: 03-06-2014, 06:22 AM
  2. Replies: 3
    Last Post: 04-28-2013, 04:10 PM
  3. Two-color concatenation?
    By KDTom in forum Forms
    Replies: 2
    Last Post: 02-01-2013, 03:13 PM
  4. Background Color
    By Meccer in forum Access
    Replies: 4
    Last Post: 05-30-2011, 06:49 AM
  5. Color Transition example
    By pkstormy in forum Code Repository
    Replies: 0
    Last Post: 08-24-2010, 12:09 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