I have a module that opens a form which requires user input. My question is, how can I pause the code to wait for that input? The information I want the user to update is too complex to use a simple input box, but that is the functionality I am trying to duplicate.
One proposed solution from a team member is to end the module when I open the form that requires user input, and then call a different procedure that completes my calculations after the user had finished. That seems a little circuitous. I am looking for a cleaner way if you have any ideas.
One proposed solution from a team member is to end the module when I open the form that requires user input, and then call a different procedure that completes my calculations after the user had finished. That seems a little circuitous. I am looking for a cleaner way if you have any ideas.