OK.
Form 1 acts as a control panel in my application.
Form 2 is a replica that I've created of the NT User Manager.
Form3 lists the currently selected users Shortcuts and profile information etc etc.
When a button/menu item on Form1 (controlpanel) is clicked, an input box is displayed asking for a user id.
Form1 then creates an instance of Form2 (user manager), not within Form1, but seperate, displaying that users name, description, password info etc.
After that, Form1 creates an instance of Form3, again, seperately, that displays that users profile and shortcut information.
I want Form3 to be a child of the User Manager form, so that when the User Manager form is closed, Form3 is closed too.
Hope this makes more sense UCM and thanks for your help so far.