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
 

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

Back
Top