Howdy All,
I have two text boxes I am working with: txtStarting and txtEnding. On the AfterUpdate property of txtStarting, I have a command which sends the first three numbers to txtEnding. When you tab from txtStarting to txtEnding, the whole field of txtEnding is highlighted, and I would rather the cursor go to the end so that I can type without having to deselect everything else first.
Any ideas on how to make the cursor go to the end of the field instead of selecting the whole thing?
Thanks in advance!
I have two text boxes I am working with: txtStarting and txtEnding. On the AfterUpdate property of txtStarting, I have a command which sends the first three numbers to txtEnding. When you tab from txtStarting to txtEnding, the whole field of txtEnding is highlighted, and I would rather the cursor go to the end so that I can type without having to deselect everything else first.
Any ideas on how to make the cursor go to the end of the field instead of selecting the whole thing?
Thanks in advance!