Convert a ms access 2000 report in PDF format

Z

Zadi Friedrich

Hi everyone,
I need to know how to convert a report in ms access 2000 directly in PDF
format. Any URL or sample code will be appreciated.
 
D

Duncan Bachen

Zadi said:
Hi everyone,
I need to know how to convert a report in ms access 2000 directly in PDF
format. Any URL or sample code will be appreciated.

Access 2000 doesn't support saving reports as PDFs. There are a couple
of ways to handle this, depending on whether you need to do this through
code or not.

The simplest solution is to purchase a PDF creator program (such as
Adobe Acrobat Standard) and generate your PDFs by 'printing' the Access
report to the PDF virtual printer driver.
 
M

marco_pb via AccessMonster.com

Zadi said:
Hi everyone,
I need to know how to convert a report in ms access 2000 directly in PDF
format. Any URL or sample code will be appreciated.

I do`'t know what my company use, but it works like this.
open the report, click file, then print
change the output into pdf file

there must be a software for this, but i don't know what. I think it came
with the printer-copier-scanner-fax machine that is used by my company. Hope
it will help u a bit..

sorry if this doesn't help
 
Top