Determine which tab page is currently displayed

P

Paco

Any idea how to determine if a specific page of the tab control is currently
being displayed? For example, as the user moves through the recordset using
the form's navigation buttons, which page is being displayed?
 
R

Rick Brandt

Paco said:
Any idea how to determine if a specific page of the tab control is
currently being displayed? For example, as the user moves through the
recordset using the form's navigation buttons, which page is being
displayed?

The Value property of the TabControl corresponds to the index value of the
currently selected page.
 
Top