That is correct, Diane. The EEP code will wait until Form2 is closed and then continue on with the next line of code in the EEP. If you ever want that second form brought up, but the rest of the EEP code continues to run even though you're still sitting in form2, then take a look at running the second form "MDI".
Karen > Thank you, Emmitt, > > That did the trick! I had thought that the button EEP would finish running > its code independent of Form2 being displayed, but apparently the button EEP > code waits until Form2 is closed and then resumes at the line after where > Form2 is activated. > > Diane > >

