Tab Control Question

Gilrucht

Registered User.
Local time
Today, 10:30
Joined
Jun 5, 2005
Messages
132
I have a multiple row of tab controls on a form. I need to add another tabcontrol in the middle of the row. Is there a way to do this? Every time I insert a new tab Access inserts it after the last tab. I have searched for a way to reorder the tabs but haven't had any luck.
 
The Page Index property of the pages (tabs) is what you're after. Go ahead and insert the new one at the end, then adjust its Page Index property accordingly.
 

Users who are viewing this thread

Back
Top Bottom