I have a form(frmMaster) with a save button(cmdSave) I need to open a temporary screen(frmDone) with a button(cmdDone) to complete another record. The function is all going well except for running through the code of frmMaster before the temporary screen is closed (The saved successfully message box is appearing). Would appreciate some help on how i could get this done.