Aug 5, 1999 #1 tusconpapa MIS Joined Jul 7, 1999 Messages 101 Location US Cursor won't move fromm textbox1 to textbox2 or from<br> form1 to form2 (when run) any IDEAS.... THANKS
Cursor won't move fromm textbox1 to textbox2 or from<br> form1 to form2 (when run) any IDEAS.... THANKS
Aug 5, 1999 #2 positran Programmer Joined Oct 11, 1998 Messages 33 Location US try setting focus on textbox2 on form2 during the form2 activate event.<br> <br> Upvote 0 Downvote
Aug 6, 1999 #3 hug Programmer Joined Mar 14, 1999 Messages 46 Location VE check your tabstop and tabindex properties<br> Upvote 0 Downvote