This one should be simple. All I want to do is click a button to go to a new form and at the same time close the current form.

As of now, when I click to go to the new form, the old one is still in the background. When I click on the go back button of my second form, it opens a new instance of the first form, thus causing me to have two of the same form1 open.

Thanks.