tyedyejenn
Programmer
This is what's happening<br><br>A user is entering in records on frmCustEntry, when they get to a new customer(one not in our database) the user is prompted (via msgbox) to create a record for this account number, when they click yes I have another form that pops up(frmCustName) that the user enters in first and last name.<br>After user enters in the name I want to continue with the code on frmCustEntry<br><br>I don't know how to make the code on frmCustEntry "pause" to allow user to enter info into frmCustName then "restart" after user enters info on frmCustName<br>Any suggestions are greatly appreciated!!!!Thanks--Jenn