I have a Child form that opens up in a Main MDI form. I enter information in txtboxes on this child form and then use a save button on the MDI to save the info to a database. When the save is successful an ID number is assigned. I want to get the ID number on the child form. the problem I am having is getting the Child form refocused or active without clearing any of the text boxes so I can make a call to the property holding that ID number and then put the ID number on a label on the child form. Any suggestions? thank you for your help