D David Nov 13, 2003 #1 I have a tabbed form and under certain conditions need to programatically hide and reveal individual tabs. How do I do that?
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 Nov 13, 2003 #2 David said: I have a tabbed form and under certain conditions need to programatically hide and reveal individual tabs. How do I do that? Click to expand... You can refer to the name of the page directly. Me!PageName.Visible = False
David said: I have a tabbed form and under certain conditions need to programatically hide and reveal individual tabs. How do I do that? Click to expand... You can refer to the name of the page directly. Me!PageName.Visible = False