Results 1 to 3 of 3
  1. #1
    gg091869 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2013
    Posts
    3

    Move cursor in Form to a specific field on click of button

    I have a Form with a field named "PickTicket" when I enter data in the required field(s) and click on a button to add a new record I want the cursor to return to the field "PickTicket" so that the user doesn't have to click on the field to begin a new record.

    Table name is LookUpPickTicket and field name is PickTicket

  2. #2
    trevor40's Avatar
    trevor40 is offline Advanced db Manager
    Windows XP Access 2003
    Join Date
    Feb 2014
    Location
    Australia
    Posts
    402
    Hi,
    Try me.gotocontrol.PickTicket
    OR
    set the tab order for your fields with "PickTicket" = 1

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    I use: Me.controlname.SetFocus
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 9
    Last Post: 08-20-2013, 09:59 AM
  2. Replies: 5
    Last Post: 01-15-2013, 07:28 PM
  3. Replies: 15
    Last Post: 05-17-2012, 01:12 PM
  4. Replies: 1
    Last Post: 02-20-2012, 01:59 PM
  5. Replies: 0
    Last Post: 01-04-2011, 12:30 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