On the keypress events for the text boxes, put in the following code. It will replace the return key with a tab key entry:
If KeyAscii = vbKeyReturn Then
KeyAscii = vbKeyTab
End If
|
Results 1 to 3 of 3
Thread: Using Enter Key as Tab KeyThreaded View
|
Click Here to Expand Forum to Full Width |