
28-Jul-2006, 08:37 AM
|  | Guest | | | | | | | | | | Need overview of the challenge Each fall, we mail more than a thousand endowment reports produced by the Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/13458-need-overview-of-the-challenge.html
Access 2000 database I have built over several years. To reduce the
logistical and cost burden of mailing 3500 pages, I would like to begin
offering the reports as PDF attachments to emails. However, before we
solicit email addresses for this purpose, I need to make sure I can pull it
off reliably. So, my plan is 1) to build the ability to do it and then 2) in Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13458
this fall's mailing announce the option (for 2007) and ask for email
addresses. Sooo... I would like very much to hear overview advice on how
best to make it work.
I am in Windows 2000. Our email client is Outlook.
Is it possible to train Access to print each report to PDF, assemble the
email with the attachment, and just do it? (I imagine the answer is, Yeah,
right...) What are the major components of such an operation?
Failing that, what major programming pieces do I need to bring together?
Overview is all I can use right now. Needless to say, I'll be back with
particular issues!
Thanks!
--
Dave
Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh! | 
28-Jul-2006, 08:37 AM
|  | Guest | | | | | | | | | | Re: Need overview of the challenge It's definitely doable. However, I don't have sample code I can give you.
I know that Arvin Meyer does something along these lines: I'll ping him and
see if he can offer suggestions.
--
Doug Steele, Microsoft Access MVP http://I.Am/DougSteele
(no private e-mails, please)
"LongWayFromHome" wrote in
message news:49E8DC78-1145-4AE4-98F1-80E5953F4C12@microsoft.com...
> Each fall, we mail more than a thousand endowment reports produced by the
> Access 2000 database I have built over several years. To reduce the
> logistical and cost burden of mailing 3500 pages, I would like to begin
> offering the reports as PDF attachments to emails. However, before we
> solicit email addresses for this purpose, I need to make sure I can pull
> it
> off reliably. So, my plan is 1) to build the ability to do it and then 2)
> in
> this fall's mailing announce the option (for 2007) and ask for email
> addresses. Sooo... I would like very much to hear overview advice on how
> best to make it work.
>
> I am in Windows 2000. Our email client is Outlook.
>
> Is it possible to train Access to print each report to PDF, assemble the Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13458
> email with the attachment, and just do it? (I imagine the answer is,
> Yeah,
> right...) What are the major components of such an operation? Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13458
>
> Failing that, what major programming pieces do I need to bring together?
>
> Overview is all I can use right now. Needless to say, I'll be back with
> particular issues!
>
> Thanks!
> --
> Dave | 
28-Jul-2006, 08:37 AM
|  | Guest | | | | | | | | | | Re: Need overview of the challenge LongWayFromHome wrote:
>Is it possible to train Access to print each report to PDF, assemble the
>email with the attachment, and just do it? (I imagine the answer is, Yeah,
>right...) What are the major components of such an operation?
Yes, all doable.
A2000ReportToPDF is an Access 2000 database containing a function to Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13458
convert Reports and Snapshot files to PDF documents. No PDF Printer
driver is required. http://www.lebans.com/reporttopdf.htm Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13458
However you want to limit reports to each individual person. You
can't use the Where clause of the familiar docmd.openreport because
that's not available using the Leban's approach.
You could use technique where the report's query references value from
a form which isn't suitable for your situation. Although, for
example, this approach would work for a report for a particular
customer and range of dates.
For a page on how to print a report for a single record and how to
generate reports to attach to emails see the Emailing reports as
attachments from Microsoft Access page at http://www.granite.ab.ca/access/emai...ttachments.htm
Now you have a .PDF file containing the report specific to that email
address.
To email the file there are a number of approaches some of which are
Outlook specific. See the Outlook specific links at the Access Email
FAQ at my website. http://www.granite.ab.ca/access/email/outlook.htm
Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at http://www.granite.ab.ca/accsmstr.htm | 
28-Jul-2006, 08:37 AM
| ![Arvin Meyer [MVP]'s Avatar](http://www.sikhphilosophy.net/images/avatars/noavatar.gif) | Guest | | | | | | | | | | Re: Need overview of the challenge We create, merge, and email as many as 1200 PDF purchase orders a day.
Forget using the traditional Adobe Acrobat software to do this. It is far
too slow. Fortunately, better tools are available, and they are far cheaper
than Adobe.
First you want a reader that will load fast. Try Foxit: http://www.foxitsoftware.com/pdf/rd_intro.php
Next, you'll want a high-speed PDF maker. I use Win2PDF: Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13458 http://www.win2pdf.com
Last, you need a class that will quickly feed the reports singly to the PDF
software and store and email them. For that, I use Steve Arbaugh's Mail and
PDF class: http://www.groupacg.com/ACGFile.htmReference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13458
I use the ProPlus version of the class because I do some very sophisticated
merging with PDFs from other vendors, but you may only need the Pro version.
Steve includes enough code and set-up information to get you started, and I
can help you if you have specific questions.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads http://www.datastrat.com http://www.mvps.org/access
"LongWayFromHome" wrote in
message news:49E8DC78-1145-4AE4-98F1-80E5953F4C12@microsoft.com...
> Each fall, we mail more than a thousand endowment reports produced by the
> Access 2000 database I have built over several years. To reduce the
> logistical and cost burden of mailing 3500 pages, I would like to begin
> offering the reports as PDF attachments to emails. However, before we
> solicit email addresses for this purpose, I need to make sure I can pull
> it
> off reliably. So, my plan is 1) to build the ability to do it and then 2)
> in
> this fall's mailing announce the option (for 2007) and ask for email
> addresses. Sooo... I would like very much to hear overview advice on how
> best to make it work.
>
> I am in Windows 2000. Our email client is Outlook.
>
> Is it possible to train Access to print each report to PDF, assemble the
> email with the attachment, and just do it? (I imagine the answer is,
> Yeah,
> right...) What are the major components of such an operation?
>
> Failing that, what major programming pieces do I need to bring together?
>
> Overview is all I can use right now. Needless to say, I'll be back with
> particular issues!
>
> Thanks!
> --
> Dave | 
28-Jul-2006, 08:37 AM
|  | Guest | | | | | | | | | | Re: Need overview of the challenge THANK YOU ALL! This is precisely the level of guidance I need at this point,
and over the next few weeks I will forge ahead. Thanks in particular to
Arvin Meyer for offering to answer questions. I'm sure I will have some.
Best regards.
--
Dave
"Arvin Meyer [MVP]" wrote:
> We create, merge, and email as many as 1200 PDF purchase orders a day.
> Forget using the traditional Adobe Acrobat software to do this. It is far
> too slow. Fortunately, better tools are available, and they are far cheaper
> than Adobe.
>
> First you want a reader that will load fast. Try Foxit:
>
> http://www.foxitsoftware.com/pdf/rd_intro.php
>
> Next, you'll want a high-speed PDF maker. I use Win2PDF:
>
> http://www.win2pdf.com
>
> Last, you need a class that will quickly feed the reports singly to the PDF
> software and store and email them. For that, I use Steve Arbaugh's Mail and
> PDF class:
>
> http://www.groupacg.com/ACGFile.htm
>
> I use the ProPlus version of the class because I do some very sophisticated
> merging with PDFs from other vendors, but you may only need the Pro version.
> Steve includes enough code and set-up information to get you started, and I
> can help you if you have specific questions.
> --
> Arvin Meyer, MCP, MVP
> Microsoft Access
> Free Access downloads
> http://www.datastrat.com
> http://www.mvps.org/access
>
> "LongWayFromHome" wrote in
> message news:49E8DC78-1145-4AE4-98F1-80E5953F4C12@microsoft.com...
> > Each fall, we mail more than a thousand endowment reports produced by the Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13458
> > Access 2000 database I have built over several years. To reduce the
> > logistical and cost burden of mailing 3500 pages, I would like to begin
> > offering the reports as PDF attachments to emails. However, before we
> > solicit email addresses for this purpose, I need to make sure I can pull
> > it
> > off reliably. So, my plan is 1) to build the ability to do it and then 2) Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13458
> > in
> > this fall's mailing announce the option (for 2007) and ask for email
> > addresses. Sooo... I would like very much to hear overview advice on how
> > best to make it work.
> >
> > I am in Windows 2000. Our email client is Outlook.
> >
> > Is it possible to train Access to print each report to PDF, assemble the
> > email with the attachment, and just do it? (I imagine the answer is,
> > Yeah,
> > right...) What are the major components of such an operation?
> >
> > Failing that, what major programming pieces do I need to bring together?
> >
> > Overview is all I can use right now. Needless to say, I'll be back with
> > particular issues!
> >
> > Thanks!
> > --
> > Dave
>
>
> | 
Support Us! Become a Promoter! | | Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh! | (View-All)
Members who have read this thread : 0
| | There are no names to display. | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Tools | Search | | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is On | | | | » Gurbani Jukebox | Listen to Gurbani while surfing SPN! | » Active Discussions | | | | | | | ਨਾਮਾ Today 06:37 AM 2 Replies, 53 Views | | | | | | | | | | | | | | | | | | | | | | | » Books You Should Read... | | | |