You can pass the values directly from one form to another like this:
Load someotherform
someotherform.textbox1.text = me.textbox1.text
someotherform.show
although I tend to agree that this sounds like a candidate for one form with a multipage.