I think this is a beginner question:

I have a child form that triggers another child form to open. The second child form is smaller and loads over the first child. I am disabling the first child form so that the user can see part of it but cannot access it. When the user clicks a 'Close' button on the second child form, it should unload, and enable and return to the first form. In the close routine of Form2, I placed an 'Unload Me', but it unloaded both childs apparently because they were both visible. I tried an 'Unload Form2', but that didn't do a thing. How do I unload just Form2?? Hope this makes sense. Thanks in advance for any help!!