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?
--
Jeff B Paarsa

Re: Using Multipage in a single form by Jezebel

Jezebel
Sat Aug 12 01:40:56 CDT 2006

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.




"Jeffery B Paarsa" <JeffBPaarsa@Yahoo.com> wrote in message
news:A0B90806-8099-47EF-9CF4-A064C21DBB56@microsoft.com...
>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?
> --
> Jeff B Paarsa



Re: Using Multipage in a single form by JeffBPaarsa

JeffBPaarsa
Sun Aug 13 13:44:01 CDT 2006

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.
--
Jeff B Paarsa


"Jezebel" wrote:

> 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.
>
>
>
>
> "Jeffery B Paarsa" <JeffBPaarsa@Yahoo.com> wrote in message
> news:A0B90806-8099-47EF-9CF4-A064C21DBB56@microsoft.com...
> >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?
> > --
> > Jeff B Paarsa
>
>
>