I am trying to incorperate an open/save function in a program I'm making. I have frmNew that opens on top of my main form(form1). It then has an input box to enter a filename. Once you click on the OK command button my program checks to see if the file exists. My problem is on the next form that opens if the file is found , frmPopup, I need to be able to click cancel and go back to just frmNew with an empty input area. I can clear the input but I'm not quite sure how to close frmPopup and so that it goes back to the begining of frmNew.
THX
