I have a form with 2 tabs.
Tab 1 (TabCtl0 0) is the main form and Tab 2 (TabCtl0 1) is a subfrom.
If I am entering data into the form on Tab 2 and I click Tab1, is there an event I can use to test and enforce that a particular Tab 2 field is entered before switching to Tab 1?
Thanks, John