Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Change the Color of Tabs on my Form

15 views
Skip to first unread message

Jeff Conrad

unread,
May 11, 2005, 7:01:08 PM5/11/05
to
"TimT" wrote in message:
news:DB18D47D-6C9E-41C8...@microsoft.com...

> I created a form and I cannot for the life me figure out how to change its
> color...
> Can anyone give some advice?

Hi Tim,

Access "out of the box" does not support this function.
Here are a few options for you:

1. See MVP Stephen Leban's for all things magical.
Specifically:

http://www.lebans.com/tabcolor貞.htm

2. Here is an alternative posted by MVP Arvin Meyer:

>>>>>
You can use bitmaps to change the color. Even better, I
use labels, which can have any color I want. I set a
colored rectangle behind the tab control and set the Tab
control to Transparent with NO buttons. I use "hover
button" labels as in the example on my website:

http://www.datastrat.com/Downl觔ad/MouseMove.zip

You use the "buttons" to change pages which are indexed
from 0 (zero), so the code looks like:

Sub lblHoverButton1_Click(Cancel As Integer)
Me.Tab1 = 0
End Sub

Sub lblHoverButton2_Click(Cancel As Integer)
Me.Tab1 = 1
End Sub
>>>>>

3. A visual walk-through can be found here:

http://www.datapigtechnologies.com/flashfiles/coloredtabs.html

Hope that helps,
--
Jeff Conrad
Access Junkie
Bend, Oregon


tina

unread,
May 12, 2005, 12:47:19 AM5/12/05
to
Jeff, you are the bomb! :) so cool, both the online demo and the
download!
are there ANY Access-related websites that you don't know about? <g>


"Jeff Conrad" <je...@ernstbrothers.com> wrote in message
news:uvZJytlV...@TK2MSFTNGP12.phx.gbl...

Jeff Conrad

unread,
May 12, 2005, 3:08:01 AM5/12/05
to
"tina" wrote in message:
news:rIxge.743589$w62.6...@bgtnsc05-news.ops.worldnet.att.net...

> Jeff, you are the bomb! :) so cool, both the online demo and the
> download!

Ohh thanks.
:-)

> are there ANY Access-related websites that you don't know about? <g>

Not that I'm aware of.
;-)

0 new messages