PDA

Click to See Complete Forum and Search --> : [RESOLVED] access tab control -hiding one tab and showing the other


bambo
Jan 14th, 2006, 06:20 PM
Hey,

I've a tab control with several pages. each page has a subform in it.

I need to add a button in one subform that will hide the current page and show a specific page with a subform opened at a certain value.

I guess I need to hide the current page (which I don't how), and then unhide the desired page and open the subform in a certain value (which I know how).

Hack
Jan 15th, 2006, 07:04 AM
What do you mean by "page"? Are you referring to a tab on the tabbed dialog control? If so, you should be able to toggle its visibility property.