On click event of a tab control

S

SHIPP

I am trying to run some logic when a person clicks on a tab on my form. The
logic doesn't execute. Is this a problem in Access 2003? If it is then where
should I execute the code when a person changes from tab to tab?
 
J

Jeff L

The OnClick event runs when you click in the detail part of the tab,
not by clicking the tab itself.
 
Top