C
CW
I have my Tab Order all working nicely on a form but I would like the cursor
to be moved automatically into a certain field (call it Text2) as soon as a
value has been entered once an earlier one (call it Text1) has been
populated, so that the user doesn't even have to hit the tab button or move
the cursor or anything at all.
I was planning to use the On Change event of Text1 - is that best, and how
would I write this event code please?
Many thanks
CW
to be moved automatically into a certain field (call it Text2) as soon as a
value has been entered once an earlier one (call it Text1) has been
populated, so that the user doesn't even have to hit the tab button or move
the cursor or anything at all.
I was planning to use the On Change event of Text1 - is that best, and how
would I write this event code please?
Many thanks
CW