J
JK
I have written a mass communication module in Access 97
to send a document to a large number of recipients.
Currently I send an Access report but I would also like
to send a report plus an attachment (word doc) or just
send a single word doc. These are the methods that I am
using to send the Access reports right now (strTemplate
is the name of my access report):
Case "Email"
DoCmd.SendObject acSendReport, strTemplate,
acFormatRTF, myEmail, , , mySubject, , False
Case "Fax"
DoCmd.OpenReport strTemplate, acViewNormal
When I use the Fax method, I make sure that my default
printer is set to my Fax Machine.
Any info you could provide about how to send a ms office
document that is stored on my pc or network would be
greatly appreciated.
Thanks
JK
to send a document to a large number of recipients.
Currently I send an Access report but I would also like
to send a report plus an attachment (word doc) or just
send a single word doc. These are the methods that I am
using to send the Access reports right now (strTemplate
is the name of my access report):
Case "Email"
DoCmd.SendObject acSendReport, strTemplate,
acFormatRTF, myEmail, , , mySubject, , False
Case "Fax"
DoCmd.OpenReport strTemplate, acViewNormal
When I use the Fax method, I make sure that my default
printer is set to my Fax Machine.
Any info you could provide about how to send a ms office
document that is stored on my pc or network would be
greatly appreciated.
Thanks
JK