Tab control problem

  • Thread starter Thread starter Mike Brown
  • Start date Start date
M

Mike Brown

I am trying to trigger an event for when a page on my tab control is
clicked. It shows the event as a choice, but it is never triggered. I have
tried click, dblclick, and the mouse events. They are all ignored.
Did I forget something, or is this something they forgot to actually enable?
 
Try the TabControl_Change Event.

Note that the TabControl has the Value which is the Index
(zero-based) of the active Page so when you move from one
Page to another, the TabControl_Change Event will fire.

HTH
Van T. Dinh
MVP (Access)
 
Back
Top