> I'm trying to find out from VB which page is currently selected on a Tab
> Control. I need to requery lists, etc. on each tab control page when a
[quoted text clipped - 3 lines]
>
> Can anyone help ?
Me!TabControlName.Value
Will be equal to the index of the currently selected TabPage. By default zero
would be the first page, 1 the second, etc..

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Beertrix - 06 Dec 2006 05:27 GMT
Thanks Rick.
The documentation on Tabs is quite poor I think.
> > I'm trying to find out from VB which page is currently selected on a Tab
> > Control. I need to requery lists, etc. on each tab control page when a
[quoted text clipped - 8 lines]
> Will be equal to the index of the currently selected TabPage. By default zero
> would be the first page, 1 the second, etc..