Hi,
I have a command button on a form that runs a whole bunch of code (such as a few sql inserts, filecopy, etc) - lets call this Procedure A.
About half way through running procedure A, I want to halt and a small pop-up form to be opened. Once the user has populated a few fields on the pop-up, the pop-up will be closed by the user and Procedure A will continue running (referencing the variables and selections made by the user in the pop-up).
I obviously know how to create the forms, etc, but I would like some pointers on if what I have described above is possible (i.e. halting the procedure, getting more variables and then continuing).
For reasons which are not necessary to describe, I cannot first open the pop-up and then run all my code.
Any help appreciated.
I have a command button on a form that runs a whole bunch of code (such as a few sql inserts, filecopy, etc) - lets call this Procedure A.
About half way through running procedure A, I want to halt and a small pop-up form to be opened. Once the user has populated a few fields on the pop-up, the pop-up will be closed by the user and Procedure A will continue running (referencing the variables and selections made by the user in the pop-up).
I obviously know how to create the forms, etc, but I would like some pointers on if what I have described above is possible (i.e. halting the procedure, getting more variables and then continuing).
For reasons which are not necessary to describe, I cannot first open the pop-up and then run all my code.
Any help appreciated.