D
Darhl Thomason
I'm using SendObject to send an email from my database application. I've
got most of it figured out, but I also want to attach a couple of .pdf files
to the email. The pdf's are relatively small and I can store them inside
the db if necessary.
Is this possible? My code is:
DoCmd.SendObject To:=strEmail, CC:=strCCEmail, Subject:=strMailSubject,
MessageText:=strMsg
Thanks!
Darhl
got most of it figured out, but I also want to attach a couple of .pdf files
to the email. The pdf's are relatively small and I can store them inside
the db if necessary.
Is this possible? My code is:
DoCmd.SendObject To:=strEmail, CC:=strCCEmail, Subject:=strMailSubject,
MessageText:=strMsg
Thanks!
Darhl