tab "on-click" event

  • Thread starter Thread starter smk23
  • Start date Start date
S

smk23

Is there any way to run code when the user selects a tab? So far I get no
response from code on the "on click" event of the tab heading nor the "on
activate" event of the subform on the tab.

Thanks,
Sam
 
smk23 said:
Is there any way to run code when the user selects a tab? So far I get no
response from code on the "on click" event of the tab heading nor the "on
activate" event of the subform on the tab.


Use the Change event.
 
smk23 said:
Is there any way to run code when the user selects a tab? So far I get no
response from code on the "on click" event of the tab heading nor the "on
activate" event of the subform on the tab.

Thanks,
Sam

The event you need is the tab control's OnChange event.
 
Back
Top