Am trying to navigate a sstab form using keyascii = 13 and keyascii = 0. Works as intended until I throw in a chk box. Not when the chk box is unchecked, only after it is checked I get 'invalid procedure or call arguement' msg. Seems that I am not resetting something but don't know what to do.
Here is some of the code that causes the error:
Private Sub txtLastname_KeyPress(KeyAscii As Integer)
KeyAscii = 0
txtAddress.SetFocus
End Sub
Thanx.
Kim
Here is some of the code that causes the error:
Private Sub txtLastname_KeyPress(KeyAscii As Integer)
KeyAscii = 0
txtAddress.SetFocus
End Sub
Thanx.
Kim