travismallen
Programmer
I have a module named "NewHireEmail" and a sub named "OutlookPump()". Can someone help me with the code for a function that runs this sub?
I think I need to use something like...
Call DoCmd.OpenModule(NewHireEmail, OutlookPump())
Not sure if the module and sub names need quotes though...
thx
___________________________
"I am what I am" - Popeye
Travis M. Allen
I think I need to use something like...
Call DoCmd.OpenModule(NewHireEmail, OutlookPump())
Not sure if the module and sub names need quotes though...
thx
___________________________
"I am what I am" - Popeye
Travis M. Allen