Emailing a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I send a report via email as a HTML I get a link/page for each page of
the report. Is it possible to force the report to export as a single HTML
document? Thank you
 
Hello Jason,

This is by design in the Access.

From the following article, only a datasheet, form, or data access page in
HTML format will create one .html file.

SendObject Action
http://msdn2.microsoft.com/en-us/library/aa164065(office.10).aspx

==========
When you send a datasheet, form, or data access page in HTML format, one
.html file is created. When you send a report in HTML format, one .html
file is created for each page in the report.

For more information on rules and restrictions when including objects in
HTML format, see Export a datasheet to static HTML format and Export a
report to static HTML format.
==========

As a workaround, you may use a form instead of the report.

Hope this will be helpful!

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi ,

How is everything going? Please feel free to let me know if you need any
assistance.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top