current page index

A

alekm

Hi,
I've got a tab control on a form. For example I'm writing code for event
procedure for check box control on a one of several pages in a tab control
How can I determine in VB code what the index of a page I'm currently in,
is? Of course I know it myself, or I can check it in properties but I want to
determine it from VB code. Is that possible? I need something like when I'm
determing current user with currentuser function. Is there something like
currentPageIndex?
Thanx

alekmil
 
T

Tom van Stiphout

On Tue, 11 May 2010 07:27:01 -0700, alekm

Me.myTablControl.Value
This is the 0-based index of the selected tab.

-Tom.
Microsoft Access MVP
 
A

alekm

Thanx!

Tom van Stiphout said:
On Tue, 11 May 2010 07:27:01 -0700, alekm

Me.myTablControl.Value
This is the 0-based index of the selected tab.

-Tom.
Microsoft Access MVP


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top