Hi,
Is this the proper way to get my program respond to the Enter key the same as if the Command button that says "Go" is clicked?
It seems to work but is there a better way?
As always, Thanks.Code:Sub Text1_KeyPress(KeyAscii As Integer) Text1.SetFocus If KeyAscii = 13 Then GetData End Sub
Al.


Reply With Quote