Moving from Text Box to the next
I should like, when entering info into a form with several text boxes, to be able to move to the next box by pressing the Return key. This was done in VB6 by looking for the key return (CHR13) in a If-Then statement. I am aware that the move can be made by pressing the TAB key but thought that it would be nice to keep to the same standards that I have been using in the past.
Many thanks for taking time to read this
|