Tab control problem

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?
 
V

Van T. Dinh

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)
 

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

Top