2+ page forms

R

Russ

I plan on using forms for a general inventory. I would like to have a main
form and then a 2nd page for additional information. is there a way to add a
button to click on to go back and forth between forms.
 
R

Rick Brandt

Russ said:
I plan on using forms for a general inventory. I would like to have a main
form and then a 2nd page for additional information. is there a way to add a
button to click on to go back and forth between forms.

Easiest way to handle that is with a TabControl having two TabPages.
 
Top