Hey, I have multiple tabs on my form and i was wondering how am i able to active a tab and de-active a tab when a button is pressed? Basically switch between tabs using a button.

I have tried using:
Code:
me.tabpagename.show
me.tabpagename.bringtofront
But this hasn't worked so far.

Thanks.