A
ad
Hi
I have automated the process of sending a report to customers by attaching the report (html format) to an email. It has been working
pretty well except from time to time they say they didn't receive the report.
DoCmd.SendObject acSendReport, "TheReport", acFormatHTML, Me!email, "", "", _
"emailSubject", "emailBody greetings etc", True, "template1.html"
What I would also like to do is to send the same html file to a web server so the customer can always check from the website if they
feel they didn't receive a certain report.
How do I send a report as html to a folder of a web server? Does it involve ftp or stuff like that?
Thanks in advance.
ad
I have automated the process of sending a report to customers by attaching the report (html format) to an email. It has been working
pretty well except from time to time they say they didn't receive the report.
DoCmd.SendObject acSendReport, "TheReport", acFormatHTML, Me!email, "", "", _
"emailSubject", "emailBody greetings etc", True, "template1.html"
What I would also like to do is to send the same html file to a web server so the customer can always check from the website if they
feel they didn't receive a certain report.
How do I send a report as html to a folder of a web server? Does it involve ftp or stuff like that?
Thanks in advance.
ad