I'm trying to run a procedure in a module under a separate form, i.e. open a form, run a procedure but pass some variables to that procedure as well.
I can just use onload event and put the variables I want in a control on a form and refer to them that way - not very elegant. What's the syntax to run a procedure in another module and pass it variables???
thanks for any help in advance.
I can just use onload event and put the variables I want in a control on a form and refer to them that way - not very elegant. What's the syntax to run a procedure in another module and pass it variables???
thanks for any help in advance.