Tab Control Count

  • Thread starter Thread starter Tony Wainwright
  • Start date Start date
T

Tony Wainwright

Hey Guys

Am writing an application in Access 2003 using a Tabbed Form. In Form_Load
I want to set a variable to the count of pages on the tab control. How do I
do this.
 
Tony said:
Hey Guys

Am writing an application in Access 2003 using a Tabbed Form. In
Form_Load I want to set a variable to the count of pages on the tab
control. How do I do this.

Your best bet is to add as many pages as you will ever need in design view
and set them to Visible = No. Then your open event can make the desired
pages visible. Access forms do not lend themselves to dynamic adding and
removing of controls like some other platforms do.
 
Back
Top