I have the following code in a command button in form1:
Code:
        Dim frm As New Form2()
        frm.Close()
How can i close form2 using a command button on form1?