V
Vanilla_Shake
Does anybody know how to send an email by clicking a form
button? I have tried using SendObject but I need to be
able to pass the addressee names. Here is what I have if
I hard code it but I need help passing the names:
DoCmd.SendObject acNoObject, "rptName", acFormatSNP, _
, "Addresee name", , _
"Email Title", , True
Any help would be appreciated.
Thanks, Vanilla
button? I have tried using SendObject but I need to be
able to pass the addressee names. Here is what I have if
I hard code it but I need help passing the names:
DoCmd.SendObject acNoObject, "rptName", acFormatSNP, _
, "Addresee name", , _
"Email Title", , True
Any help would be appreciated.
Thanks, Vanilla