i have a form (form1) which has a button, which when clicked opens a new form (form2).

My problem is that after clicking form1's button to open form2, i can go back to form1 and repeatedly click the button to create multiple instances of form2.

So my question is how do limit form1 to only create one instance of form2?