Determin Tab Page Clicked

  • Thread starter Thread starter Alan Z. Scharf
  • Start date Start date
A

Alan Z. Scharf

[Note: This is a repeat of question sent on 18th. I can't find even that
original post in the newsgroup message list, so it may not have been
transmitted, even tho in Sent Items. If someone has already answered this,
please let me know.]


How can I capture the name or index of the tab page clicked on the tabl
control.

I need to set a control visible for some tab pages and invisible for others.

Thanks.

Alan
 
Hi Alan,

Private Sub Tabcontrolname_Change()
MsgBox Me.Tabcontrolname.Value
End Sub

page indexes start at 0

Have an awesome day

Warm Regards,
Crystal

MVP Microsoft Access
strive4peace2006 at yahoo.com
 

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