Dec 16, 2004 #1 vedicman Programmer Sep 5, 2003 128 US What is the code to give focus to a specific text box programmatically? Thanks.....Franco
Dec 16, 2004 #2 markdenby Programmer Aug 6, 2003 9 GB Hi Franco, you do ; Code: Form.Control.Focus() Hope this helps, Mark Upvote 0 Downvote
Dec 16, 2004 #3 chrissie1 Programmer Aug 12, 2002 4,517 BE or Code: textbox1.select wich ever works best for you. Christiaan Baes Belgium If you want to get an answer read this FAQ faq796-2540 There's no such thing as a winnable war - Sting Upvote 0 Downvote
or Code: textbox1.select wich ever works best for you. Christiaan Baes Belgium If you want to get an answer read this FAQ faq796-2540 There's no such thing as a winnable war - Sting