OK, so I have the following that works perfectly for the first If statement, but the second one errors out...Any sugestions?
Can you have multiple keycodes within the KeyPress Event?
Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then ' ( 13 = "Ctrl + M" Key )...