I
igendreau
I have a basic function in a module that does some math for me based
on the parameters that I give it. When the user clicks a button on my
form, it runs the function. I put a message box at the end of the
function just to see if it's returning the right value, and it is.
How do I get that value back to the originating form? I can call the
function:
Call myFunction(Parameter1, Parameter2, Parameter3)
And it will run and pop up the correct message box. But I need that
value back so I can use it on my form however I want. How do I call
that function's result?
on the parameters that I give it. When the user clicks a button on my
form, it runs the function. I put a message box at the end of the
function just to see if it's returning the right value, and it is.
How do I get that value back to the originating form? I can call the
function:
Call myFunction(Parameter1, Parameter2, Parameter3)
And it will run and pop up the correct message box. But I need that
value back so I can use it on my form however I want. How do I call
that function's result?