Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automatically Advance Tab Controls without using Ctrl+Tab Key!!

Status
Not open for further replies.

horizonsoffsite

Instructor
Mar 31, 2005
8
US
Does anyone know what the code is to attach to a command button so my end users do not have to press Ctrl+Tab key to move from one tabbed page to another.

Also, is there any easy way to hide the actual tab controls themselves? (They are making the form too large) Can I set a visibility property?
Thanks!
 
Me.Tab2.SetFocus where Tab2 is the tab Name.

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
Thanks so much! Works perfectly! Do you know how I can hide the tabs so they won't display?
I tried Me.Tab2.Visible=False but I got an error message.
Could I have put it into the wrong place?
Is the code wrong?
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top