fredgc2008
Technical User
I am perplexed at this command; I am using to send a "form" with 12 fields that user must fill. All is well and it sends email(as it should). However, the email received shows 12 copies of the record. The code is as follows;
DoCmd.SendObject acSendForm, frmUserRegister, "HTML(*.html)", "fredgaribaldi@cox.net", "","" ,TRUE , ""
Any help would be appreciated.
DoCmd.SendObject acSendForm, frmUserRegister, "HTML(*.html)", "fredgaribaldi@cox.net", "","" ,TRUE , ""
Any help would be appreciated.