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
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
Comment