HELP!
2 things are happening/ not happening
1st, this same code used to open a new message in Outlook 2010 and populate To, CC, Subject and Body with information from form yesterday, but now receives error:
Run-time error '229'
XXXX HelpDesk can't send this email address.
2nd, it required that I manually click Send on message (when it worked), which I wanted it to automatically do via code...
DoCmd.SendObject , , acFormatTXT , varTo , varCc , , stSubject,stText , -1