Next control from subform to mainform

LBinDENMARK
LBinDENMARK Member Posts: 33
Hi
Is is possible to select "next control" from a field on subform to a field on mainform? The other way is no problem :-), but I´ll to return to the mainform after data is entered
Any hints for me... ;-)

Comments

  • matttrax
    matttrax Member Posts: 2,309
    You probably could with some weird customization, but I'm not sure. Generally no, and not out of the box, because the subform does not know about its parent form. But start by looking up posts about refreshing a parent form from a subform or child form. They may lead you down the path you're looking for.
  • kriki
    kriki Member, Moderator Posts: 9,135
    There is a shortcut: CTRL+Arrow_Up.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Marije_Brummel
    Marije_Brummel Member, Moderators Design Patterns Posts: 4,262
    Using sendkeys??? (ugly I know...)
  • Andwian
    Andwian Member Posts: 627
    kriki wrote:
    There is a shortcut: CTRL+Arrow_Up.
    Using sendkeys??? (ugly I know...)
    Combine them:
    give code: sendkeys(CTRL+Arrow_Up) :mrgreen:
    Regards,
    Andwian