hi there,
I use this code on each text_KeyPress
i think it could be use only at once in the form
instead of rewrite this code every time ,



Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
text2.SetFocus
End If
End Sub


could someone help pls.
thanks in advance