DaleDeWitt
Programmer
I have a main form that has 10 tab pages on it. On each tab control, I have a subform. On the particular form I have a problem with, I have all the controls on the form except one that has a tab stop = yes, the others have a tab stop = no.
The way the subforms are set up, when a user is setting up new records, they can tab thru fields as they enter data, and it continues on from one tab control to the next as you press the tab key on the subforms.
On this particular form, if a user happens to click onto a control on the form without a tab stop, when they tab off from the control, it goes to the next record for that subform, which is giving the appearance that the form is being cleared.
I am trying to figure out how to capture the event that is causing this to occur.
The way the subforms are set up, when a user is setting up new records, they can tab thru fields as they enter data, and it continues on from one tab control to the next as you press the tab key on the subforms.
On this particular form, if a user happens to click onto a control on the form without a tab stop, when they tab off from the control, it goes to the next record for that subform, which is giving the appearance that the form is being cleared.
I am trying to figure out how to capture the event that is causing this to occur.