I have a form that allows a user to select a document and click a button to fax it. I want to prompt them with another form to fill out with info such as the Phone Number, To, From, Comments, etc. Is there an easy way to call the form to get this information and when the button on that form is clicked continue the processes in my main form? I don't want my main form to continue until the inputed information is completed and validated.

Thanks!