A
AlCamp
Given a main form with 3 small subforms, I'd like to create a method
whereby the user can (by keystroke ex. Alt-S) jump to the next subform.
If the user is in Subform1 the Alt-S would take them to Subform2... if in
Subform2 then the user would go to Subform3.
I realize I'll have to code each subform to get the proper sequence (1 to
2, 2 to 3, and 3 to 1).
What would the syntax be for the "subform to subform" navigation? (ex.
names frmSub1, frmSub2, frmSub3)
Must I use a cmdbutton on each subform to get the Alt-S to activate the
jump?
Thanks for any help in advance...
Al Camp
whereby the user can (by keystroke ex. Alt-S) jump to the next subform.
If the user is in Subform1 the Alt-S would take them to Subform2... if in
Subform2 then the user would go to Subform3.
I realize I'll have to code each subform to get the proper sequence (1 to
2, 2 to 3, and 3 to 1).
What would the syntax be for the "subform to subform" navigation? (ex.
names frmSub1, frmSub2, frmSub3)
Must I use a cmdbutton on each subform to get the Alt-S to activate the
jump?
Thanks for any help in advance...
Al Camp