Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a form that is in two parts.

First part is the bio info. I want that after the user clicks on next button, that it goes to the next part of the form.

At the moment, the second part is just below the first. Is it possible to bring part 2 to the of the screen?

Thanks for your help

Ren
 
Ren said:
Hi

I have a form that is in two parts.

First part is the bio info. I want that after the user clicks on next
button, that it goes to the next part of the form.
At the moment, the second part is just below the first. Is it possible to
bring part 2 to the of the screen?
Thanks for your help

Have you considered using a two page TabControl? If desired you can even
hide the tabs and use [Next] and [Back] buttons to change pages.
 
Back
Top