>>> Hi all,
>>>
[quoted text clipped - 25 lines]
> Thanks for the attempt at helping, but I don't see how this answers my
> question.
Sorry, I thought the *core* question was...
> Is there any way to make a particular tab have the focus without
> actually clicking on it?
...which is what I answered. I have no idea how to do the "hover over it
and change tabs" thing. All Access has is MouseMove which is not nearly as
nice to use as the MouseOver events that other environments have.
You could set TabStyle to None, provide your own labels or buttons for
changing the page using the methods I mentioned, and then use the MouseMove
event of those labels/buttons. The actual "tab" portion of a TabPage is not
a separate object that you can interact with (other than with the mouse).

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Ron - 12 Apr 2006 22:18 GMT
>>>> Hi all,
>>>>
[quoted text clipped - 40 lines]
> TabPage is not a separate object that you can interact with (other than
> with the mouse).
Hi Rick,
That last suggestion did the trick. I even added changes in backcolor and
raised/sunken special effects to mimic the tab controls. I left the
original size of my tabcontrol page the same and set the tabstyle to none
and to modify all the stuff on the different tabpages all I have to do is
just move my new labels out of the way, put the tabstyle back to buttons and
there they are. Great! Strange, how I can add that type of functionality to
labels and Microsoft gives us this very crippled tabcontrol that doesn't
even work like the rest of their controls (toolbars, etc).
Anyway, works like a charm so off I go finding my next user friendly
attribute I want to add.
Thanks bunches!
ron