Third Party Report Viewers

R

Rosco

Hi All,
I produce a number of reports from various Access applications that
need to be distributed via email across the country. Different
versions of each report to different recipients.

I have been outputting the reports to snapshot viewer, and attaching
the snap files to the emails.

The problem I have is that unless the report is in Access default page
setup, the Snapshot viewer may not hold original configuration,
depending on the printer the recipient is attached to (if any).

Worse, Snapshot has no page set up utility. The whole situation is
frustrating everyone.

My question to you all is does anybody know of a better 3rd party
Access report viewer (other than Crystal)?

Any thoughts are appreciated.
Thanks
Rosco
 
G

Gary Miller

How about converting the report to a PDF file. Check out
PDF995 for a very inexpensive PDF solution. www.pdf995.com

--

Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
 
R

Rosco

PDF files would be fine. I have been experimenting with PDF995. It
works well manually printing a report. I need to be able to
programiclly print to assorted paths and file names. PDF995 asks for
path an file name each time you print to it. I need to be able to run
similar code to below in a loop:

DoCmd.OutputTo acOutputReport, strReportName, strOutputFormat, strPath
& "\" & strFileName

Unless I am missing something, PDF995 is not capable of doing this.

Does anybody know of an addin that will?

Thanks for the help
Rosco
 
R

Rosco

Rosco said:
Thanks Doug. I'll give it a try.

Thanks to all.

The combination of PDF995, and ACG's PDFMail does exactly what I want.

One additional question. Could someone show me an example of code to
set the default printer on a PC from within Access? I would imagine it
is an API call.

Thanks again
Rosco
 
R

Rosco

Rosco said:
Thanks Doug. I'll give it a try.

Thanks to all.

The combination of PDF995, and ACG's PDFMail does exactly what I want.

One additional question. Could someone show me an example of code to
set the default printer on a PC from within Access? I would imagine it
is an API call.

Thanks again
Rosco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top