VB Code:
  1. If KeyAscii = 19 Then
  2.     If cmdSave.Enabled = True Then
  3.       cmdSave_Click
  4.       [B]KeyAscii = 0[/B]
  5.     End If