In tabbed form, how hide tabs?

D

David

I have a tabbed form and under certain conditions need to
programatically hide and reveal individual tabs.
How do I do that?
 
R

Rick Brandt

David said:
I have a tabbed form and under certain conditions need to
programatically hide and reveal individual tabs.
How do I do that?

You can refer to the name of the page directly.

Me!PageName.Visible = False
 
Top