Hi,
You must click on the "body" of a tab page to trigger its click event. If instead you want to react to the click on the tabs, you can use the Change event of the tab control like this
Select Case MyWonderfulTabControlName
Case 0
MsgBox ("Hi first tab/page!")
Case 1
MsgBox ("Hi second tab/page!")
Case 2
'etc.
End Select
Servus
Karl
Access Bug Trackers
Access News
Access DevCon