I have a MultiPage box, with four pages. One of the pages has alot more control boxes and I need more space, so I would like the page to automatically widen when clicking on the Page tab.
Can one use if statements in the Private Sub MultiPage1_change? For instance,
IF MultiPage.Page1.Select Then Formsize(300,400)
ElseIF MultiPage.Page2.Select Then Formsize(300, 600) etc...
In sum
1) How can I format each page in a multipage control?
2) Can a trigger be assigned to the clicking of the Page tab
Regards,
Richard
Can one use if statements in the Private Sub MultiPage1_change? For instance,
IF MultiPage.Page1.Select Then Formsize(300,400)
ElseIF MultiPage.Page2.Select Then Formsize(300, 600) etc...
In sum
1) How can I format each page in a multipage control?
2) Can a trigger be assigned to the clicking of the Page tab
Regards,
Richard