Moving Tabs Apart??

  • Thread starter Thread starter evilcowstare via AccessMonster.com
  • Start date Start date
E

evilcowstare via AccessMonster.com

Instead of having all the Tabs go from left to right is it possible to move
just one of them to the right-hand side???

Anyone know how??

I know you can change the size of the tabs I just want to try and move one
away from the others.
 
You can turn off the tabs from the control and create your own where ever you
want.
 
How do you do that???

Thanks

You can turn off the tabs from the control and create your own where ever you
want.
Instead of having all the Tabs go from left to right is it possible to move
just one of them to the right-hand side???
[quoted text clipped - 3 lines]
I know you can change the size of the tabs I just want to try and move one
away from the others.
 
On the Format tab of the property sheet for the TabCtl, set the Style to None
and then put Command buttons wherever you want that changes the TabIndex with:

Me.TabCtl1 = 0 for the first tab.
How do you do that???

Thanks
You can turn off the tabs from the control and create your own where ever you
want.
[quoted text clipped - 4 lines]
 
Ah ok
Thank You !
On the Format tab of the property sheet for the TabCtl, set the Style to None
and then put Command buttons wherever you want that changes the TabIndex with:

Me.TabCtl1 = 0 for the first tab.
How do you do that???
[quoted text clipped - 5 lines]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top