M
MikeF
To prevent accidents, my forms are set to not allow edits.
When edits are required, I click a button whose code is the following:
Me.AllowEdits = True
Would like to add "stay on current field" to that code.
So in short, whatever field I'm on in the form when the EditCurrentRecord
button is clicked, that's where the focus needs to be set.
Assistance is appreciated.
Regards,
- Mike
When edits are required, I click a button whose code is the following:
Me.AllowEdits = True
Would like to add "stay on current field" to that code.
So in short, whatever field I'm on in the form when the EditCurrentRecord
button is clicked, that's where the focus needs to be set.
Assistance is appreciated.
Regards,
- Mike