I want to create ONE module that I can call from the onclick event of any text box on my form that will send an e-mail to the value in the textbox.
I have 3 text controls that have different e-mail addresses.
I do not want to rewrite the code 3 times.
Is there a function that could do this? Or Do I have to create a public sub?
In either case can someone send me an example?
I have 3 text controls that have different e-mail addresses.
I do not want to rewrite the code 3 times.
Is there a function that could do this? Or Do I have to create a public sub?
In either case can someone send me an example?