Is the following possible:

1. Open a form that has a button on it
2. When you click on the button it opens another form that behaves like an input box (it asks the user for information)
3. When the user has supplied the information the second form closes
4. The rest of the on-click actions of the first form are carried out.

So, what I'm trying to do is get the first form to wait until the information has been supplied by the user, via form 2, before it continues with what it's supposed to do!

Hope this makes sense!!!