P
Paul Menhennett
I have a form displaying records from several tables and queries and at one
point I want to open a second form displaying a choice for the user. I want
execution to halt until the user makes a selection and then to close the
second form and continue execution depending on the choice made. Sounds
simple.
My problem is the code doesn't stop executing and ends up in a loop which
stops the second form from displaying. If I put a break in the code the
second form displays. The second form opens in modal, pop up and dialog
border. This stops focus from transfering to another object but it doesn't
hold the execution of code.
How can I make my code wait for a response from the second form?
Thanks
Paul
point I want to open a second form displaying a choice for the user. I want
execution to halt until the user makes a selection and then to close the
second form and continue execution depending on the choice made. Sounds
simple.
My problem is the code doesn't stop executing and ends up in a loop which
stops the second form from displaying. If I put a break in the code the
second form displays. The second form opens in modal, pop up and dialog
border. This stops focus from transfering to another object but it doesn't
hold the execution of code.
How can I make my code wait for a response from the second form?
Thanks
Paul