anonymous
2007-08-06 08:34:29 UTC
Private Sub Text2_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then Command1.Value = True
End Sub
Does changing the MaxLength property of Text2 to 9 characters affect the program stability in this case?