I have two forms which the user goes back and forward between the two. When I show the first form again all the text boxes have been cleared.
I have used

dim frm as new form1
frm.show

I take it that the reference to NEW is clearing the textboxes.

What is another way to show and hide forms and keep all inputed information in the textboxes to stay.