This might be an easy fix, but geeze, I can't figure it out!

I open up a form from my main form with a commandclick button, check some boxes, and then close the window. The boxes that I click in the subform create a string of text that needs to be xfered to my main form. Well, doing a form.Hide doesn't xfer the data, but doing a frmMain.Show does, BUT in doing a frmMain.Show I then get two frmMain forms. One form has the transferd data, and the other form does not. How do I fix this problem?

Thanks for any help that you can give me on this...

~Brian