I have a subroutine, in it I call a form. I wish to get some of the input values that were placed in the text boxes.
I have a button which when clicked stores the values in public variables. When I click the button, the form does not give control back to the calling subroutine. Is there any setting that I can get by the form and still execute my orginal (calling) subroutine.
Thanks for any help.
I have a button which when clicked stores the values in public variables. When I click the button, the form does not give control back to the calling subroutine. Is there any setting that I can get by the form and still execute my orginal (calling) subroutine.
Thanks for any help.