How to force the curser to a next field in a datasheet form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Simon

    #1

    How to force the curser to a next field in a datasheet form

    Dear reader,



    How can I move the curser from one field to the next field in the record
    after an action triggered by the event After click. The form is of the type
    Datasheet.

    The next code in the event After click: Docmd.GoToContr ol
    "NextFieldN ame"

    shows the error the command or action isn't available now. How can I force
    the cursor to the next field in a form of the type DataSheet.



    Thanks for any help.

    Kind regards,

    Simon



  • Richard Rost

    #2
    Re: How to force the curser to a next field in a datasheet form

    Cheezy solution: use the SENDKEYS function and send a TAB character. :)

    Richard Rost
    Online computer tutorials for Microsoft Access, Word, Excel, and more



    How can I move the curser from one field to the next field in the record
    after an action triggered by the event After click. The form is of the
    type
    Datasheet.

    Comment

    Working...