Results 1 to 3 of 3
  1. #1
    przytula is offline Novice
    Windows 10 Access 2016
    Join Date
    Mar 2022
    Posts
    2

    no tabstop

    I have a data entry form with 3 input fields and a save button
    the tabstops have been set only to these input fields and is correct, also for the order

    when I press the save button the cursor is not on the first field again - it is not visible and pressing any character does not show - I need to press tab to get to the first field again
    Is there a way to force the tab to get to first tabstop after pressing a save button
    thanks for all help


    Best Regards, Guy

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Can use SetFocus method.

    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.

  3. #3
    przytula is offline Novice
    Windows 10 Access 2016
    Join Date
    Mar 2022
    Posts
    2
    many thanks - just what I was looking for
    best regards, Guy

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

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