I have a report. I have a button. What i want is: when user clicks the button, the report gets sent to some recipient. I searched all over the net, including this forum, and this site
http://www.granite.ab.ca/access/emai...ttachments.htm,
but i still have no idea how to do this and whether it can be done at all!..
I saw that everyone recommends to turn the report into a pdf file. But the command SendObject can't send a pdf file, can it? So even if i would create a pdf, how would i then send it?
P.S: Even creating pdf doesn't work, I'm running this line:
DoCmd.OutputTo acOutputReport, "rptEventProtoc ole", acFormatPDF, , False(or True, doesn't change anything)
access prompts me for an output format, and PDF is not one of the options in the list.
http://www.granite.ab.ca/access/emai...ttachments.htm,
but i still have no idea how to do this and whether it can be done at all!..
I saw that everyone recommends to turn the report into a pdf file. But the command SendObject can't send a pdf file, can it? So even if i would create a pdf, how would i then send it?
P.S: Even creating pdf doesn't work, I'm running this line:
DoCmd.OutputTo acOutputReport, "rptEventProtoc ole", acFormatPDF, , False(or True, doesn't change anything)
access prompts me for an output format, and PDF is not one of the options in the list.
Comment