N
Niels
Hello experts,
i have a problem sending a report as a EMail. I send the
report using
DoCmd.SendObject acSendReport, "RMail", acFormatHTML,
MailAdress, , , "Preisliste (Stand vom " & Date & ")",
MailText
ACCESS generates for each page of the report a HTML-File
with is named like
EMail.html
EMail_Seite2.HTML
....
Normally ACCESS use the caption of the report as the name
for the generated files. Each HTML-File include hyperlinks
to the first, next, previous and last page of the output.
Normally it works fine, but in some cases the Hyperlinks
refer to HTML-Files with are not existing.
EMail.html links to CDB4_Seite2.html
???? :-((
What is going wrong?
And what can i do to avoid this behavior?
Thanks in advance.
Niels
------ I use ACCESS 97 and the problem
uccurs at ACCESS 2000. Any ideas?
i have a problem sending a report as a EMail. I send the
report using
DoCmd.SendObject acSendReport, "RMail", acFormatHTML,
MailAdress, , , "Preisliste (Stand vom " & Date & ")",
MailText
ACCESS generates for each page of the report a HTML-File
with is named like
EMail.html
EMail_Seite2.HTML
....
Normally ACCESS use the caption of the report as the name
for the generated files. Each HTML-File include hyperlinks
to the first, next, previous and last page of the output.
Normally it works fine, but in some cases the Hyperlinks
refer to HTML-Files with are not existing.
EMail.html links to CDB4_Seite2.html
???? :-((
What is going wrong?
And what can i do to avoid this behavior?
Thanks in advance.
Niels
------ I use ACCESS 97 and the problem
uccurs at ACCESS 2000. Any ideas?