PercyN
Programmer
- May 16, 2007
- 86
Hi All,
I have a form that is link to a table. On the form, when the user presses the ESC key in the middle of entering a new record, the entire record is canceled and the form resets to new. But I actually have a "Cancel" button which then asks the user to confirm the action before going ahead cancel the current record so I dont need the ESC key cancelling the record entry without asking for confirmation.
Question is how can I stop the ESC from taking this action?
BTW the "Cancel" property of the Cancel button is set to "No" so ma confused as to why this is happening
I have a form that is link to a table. On the form, when the user presses the ESC key in the middle of entering a new record, the entire record is canceled and the form resets to new. But I actually have a "Cancel" button which then asks the user to confirm the action before going ahead cancel the current record so I dont need the ESC key cancelling the record entry without asking for confirmation.
Question is how can I stop the ESC from taking this action?
BTW the "Cancel" property of the Cancel button is set to "No" so ma confused as to why this is happening