D
Dale Fye
I have a tab control on a data entry form. As I tab through the controls at
the top of the form, it eventually gets to the tab control, and sets the
focus on the first textbox on page zero of the tab control. When the user
completes the data entry in that text box and hits enter or tab, I want the
focus to go to the textbox on page 1 of the tab control, but it skips pages 1
and 2 and goes to the next text box following the tab control. I have
checked, and each of these subsequent text boxes are setup with their TabStop
properties set to True.
Anybody know how to implement this?
Thanks in advance.
the top of the form, it eventually gets to the tab control, and sets the
focus on the first textbox on page zero of the tab control. When the user
completes the data entry in that text box and hits enter or tab, I want the
focus to go to the textbox on page 1 of the tab control, but it skips pages 1
and 2 and goes to the next text box following the tab control. I have
checked, and each of these subsequent text boxes are setup with their TabStop
properties set to True.
Anybody know how to implement this?
Thanks in advance.