I have two forms that collect different data and when the button on one form is clicked it opens the second form but then it continues to process its code in the first form's button procedure...
Due to how different these forms are I do not want to use a form and subform configuration
Thanks
Is there a way to open the second form and suspend the code of the first form until the second form is closed?
Due to how different these forms are I do not want to use a form and subform configuration
Thanks