Results 1 to 3 of 3
  1. #1
    miziri is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    80

    move from Main form into sub form

    Hi,
    I want to jump from main form into sub form to put code inside lost focus .more details
    in main form i have filed call book by that code on enter jump into sub form field call new.



    thx
    Last edited by miziri; 11-28-2009 at 02:42 AM.

  2. #2
    miziri is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    80
    Hi,
    I have made solution for my quwestion
    me![FORM]![FILEDCONTROL].SETFOCUS

  3. #3
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows XP Access 2002
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Thanks for sharing. Normally moving from a MainForm to a control on a SubForm is a two step process:
    Me.SubFormControlName.SetFocus
    Me.SubFormControlName.FORM.ControlNameOnSubForm.Se tFocus

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Refer to main form
    By terryvanduzee in forum Forms
    Replies: 3
    Last Post: 10-23-2009, 07:02 AM
  2. Sorting main-form from a sub-form
    By Zukster in forum Forms
    Replies: 11
    Last Post: 08-21-2009, 03:21 PM
  3. Replies: 0
    Last Post: 03-11-2009, 12:39 PM
  4. Replies: 0
    Last Post: 12-16-2008, 07:49 AM
  5. Subform vs main form calculation
    By fadone in forum Forms
    Replies: 17
    Last Post: 12-21-2005, 07:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums