I am using multipage in a single form. I would like to be able to change the
Focus from one page to another when for example I process page number one at
the end I would like to be able to change the tab and go to next page
automatically. Any suggestion?
The Value property determines which page is active: Multipage.value =
Multipage.Value + 1 will take you to the next page (provided you're not on
the last one).
Note that the first page is page zero.
>I am using multipage in a single form. I would like to be able to change
>the
> Focus from one page to another when for example I process page number one
> at
> the end I would like to be able to change the tab and go to next page
> automatically. Any suggestion?
Jeffery B Paarsa - 13 Aug 2006 19:44 GMT
Thank you it worked... But in VBA I did not see Multipage but it is
Multipage1 that I used and it worked... Thank you again.

Signature
Jeff B Paarsa
> The Value property determines which page is active: Multipage.value =
> Multipage.Value + 1 will take you to the next page (provided you're not on
[quoted text clipped - 8 lines]
> > the end I would like to be able to change the tab and go to next page
> > automatically. Any suggestion?