I have a form bound to table.When i open the form and press control + A it jumps to first record, that is not the problem but when i press control + x it deletes the record from table how do i stop that
i am trying code below but its not working
The code is on key down event of form
i am trying code below but its not working
Code:
Case vbKeyControl + X
MsgBox "CAN NOT DELETE"
KeyCode = 0
Comment