Tab control - How to determine which page is visible

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Have posted before but cannot find response, not even using link in
'(e-mail address removed)' email. Sorry.
 
Compare the Value of the tab control to the PageIndex of the page.

For example, to see if Page9 is the current page of Tab1:

If Me.Tab1.value = Me.Page9.PageIndex Then
 
Back
Top