I have a form that deletes a record if the Delete key is pressed when the form's on that record.
I don't want to entirely stop the form from deleting records...because there's a Delete button that can be used for just that. But records are being deleted without warning when a user accidentally presses the Delete key. What is the best way to stop this?
Thanks in advance!
I don't want to entirely stop the form from deleting records...because there's a Delete button that can be used for just that. But records are being deleted without warning when a user accidentally presses the Delete key. What is the best way to stop this?
Thanks in advance!