How to pass a variable from Form back to calling procedure
Bob,
My sample code would have made more sense if I had set strFormVar to
read the value of a text box on the form,
strFromVar=txtTextBox.Value
where txtTextBox is the name of the control. In the code example I
gave, unfortunately it doesn't matter what the value of strFormVar is.
I should have been more "precise."
Thank you.
John
|