I have a form which displays a record from a table. I would like to allow the user to delete this record from the table, but it has to be a deliberate action. Therefor, instead of using a Cmd_Button, I want the user to have to press the 'Ctrl' + 'Del' buttons at the same time. Excel will allow this using the OnKey procedure. For example...
Application.OnKey "{Ctrl} + {Del}", "del_record"
Does Access 2000 provide anything similar?
-illini
Application.OnKey "{Ctrl} + {Del}", "del_record"
Does Access 2000 provide anything similar?
-illini