Jump from subform to main form

ErwinErwin Member Posts: 14
I have build a main form with a subform. The customer wants to use this form without using the mouse (keyboard works faster). Therefor it must be possible to change focus between these two forms with a function key.
Jumping from the mainform to the subform is not a problem (CurrForm.<Subform>.ACTIVATE).
How do I jump back to the main form?

Comments

  • MonstaMonsta Member Posts: 38
    Teach the user to push Ctrl+<Up arrow> :roll:
Sign In or Register to comment.