Kashif
04-01-2003, 04:58 AM
Private Sub txtFields_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = 8 Then
MsgBox "Press Edit Button for Change in Description"
End If
End Sub
I've use this code for checking the Backspace key. But it aslo Delete One Character from that text box also. How can i Prevent from deleteing the Character
If KeyCode = 8 Then
MsgBox "Press Edit Button for Change in Description"
End If
End Sub
I've use this code for checking the Backspace key. But it aslo Delete One Character from that text box also. How can i Prevent from deleteing the Character