C
carriolan
Hi
I am using MS Access 2003 and I am trying to automate this send object
statement. Although I have sucessfully hard coded the the email
address, subject and message in the statement, I am unable to pass the
data from a form. If say the form fielld were txtEmail, txtSubject and
txtMessage How would they be inserted into this statement please:
DoCmd.SendObject acSendReport, "rptFullReading", "Snapshot Format
(*.snp)", "(e-mail address removed)", , , "Sending A Report: Full Reading",
"This is your report", True
Thanks
I am using MS Access 2003 and I am trying to automate this send object
statement. Although I have sucessfully hard coded the the email
address, subject and message in the statement, I am unable to pass the
data from a form. If say the form fielld were txtEmail, txtSubject and
txtMessage How would they be inserted into this statement please:
DoCmd.SendObject acSendReport, "rptFullReading", "Snapshot Format
(*.snp)", "(e-mail address removed)", , , "Sending A Report: Full Reading",
"This is your report", True
Thanks