Determin Tab Page Clicked

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
 
C

Crystal

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
 
Top