Next Page Button

L

lej

I created a form with page breaks. The form has four pages total. I want to
know how to program a Next Page button to go to the next page and start at
the beginning after the final page.
 
O

Ofer

I would advice you to work with Tab control, the problem with page break, is
when a user use a different resulotion on the screen then everyting go funny,
you will see more then one page.
the tab control will display all in one screen when the user can move
between tabs and not between pages.

but if you want to continue using page brak then try to fit each page on the
screen and the use the SendKeys "{pgup}" or page down.
 
Top