A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

ACCESS Reports



 
 
Thread Tools Display Modes
  #1  
Old June 4th, 2004, 03:14 PM
Steve
external usenet poster
 
Posts: n/a
Default ACCESS Reports

I have an Access application that has multiple reports. I
have created a macro to create all the reports in preview.
The problem that I have is that I need a method to attach
all the reports to a single Email. I have created a macro
to create the reports, but it will only attach one report
to the email. Any ideas how to send all the reports in a
single email? The users want to click on a single button
to send all the reports.
  #2  
Old June 4th, 2004, 03:59 PM
Rick Brandt
external usenet poster
 
Posts: n/a
Default ACCESS Reports

"Steve" wrote in message
...
I have an Access application that has multiple reports. I
have created a macro to create all the reports in preview.
The problem that I have is that I need a method to attach
all the reports to a single Email. I have created a macro
to create the reports, but it will only attach one report
to the email. Any ideas how to send all the reports in a
single email? The users want to click on a single button
to send all the reports.


There is nothing built in to Access that will do this. You would have to
use OutputTo to create external files for each report and then automate an
Email program/library to create an Email message and attach the files.

The only other alternative would be to embed all of the reports as
subreports in a single unbound "container" report and then use SendObject
on that.


--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


  #3  
Old June 7th, 2004, 02:58 PM
Mark Andrews
external usenet poster
 
Posts: n/a
Default ACCESS Reports

We have some example code on how to use our product to:
- create pdf files
- build emails and attach the pdf files (can be multiple per email)
- send the emails.

HTH,
Mark
RPT Software
http://www.rptsoftware.com

PS: Sample is in the eval for the batch reporting module.

"Steve" wrote in message
...
I have an Access application that has multiple reports. I
have created a macro to create all the reports in preview.
The problem that I have is that I need a method to attach
all the reports to a single Email. I have created a macro
to create the reports, but it will only attach one report
to the email. Any ideas how to send all the reports in a
single email? The users want to click on a single button
to send all the reports.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:26 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.