Nov 14, 2001 #1 bjarvis Technical User Jan 15, 2001 38 US I've got 8 tabs, when the user opens the form I want the #1 tab to have the focus. How do I do this.
Nov 14, 2001 1 #2 Spellman Programmer Nov 4, 2001 205 GB In orderr to do this you just need to put the following line of code into your Form_Load event tabname.Tab = 0 will bring you to the first tab. Upvote 0 Downvote
In orderr to do this you just need to put the following line of code into your Form_Load event tabname.Tab = 0 will bring you to the first tab.