R Rick B Jan 3, 2005 #2 Yes, but you must use a PDF writer (such as "cutepdf"). That is not a Microsoft format, so they do not support it in the Office software. Rick B Sue said: Is it possible to save an Access report as a pdf file? If so, how? Click to expand... Thanks!
Yes, but you must use a PDF writer (such as "cutepdf"). That is not a Microsoft format, so they do not support it in the Office software. Rick B Sue said: Is it possible to save an Access report as a pdf file? If so, how? Click to expand... Thanks!
G Guest Jan 3, 2005 #3 Sue we just open the report and use Ctrl P and use the PDF writer. This will Print it to PDF file.
M Mark Andrews Jan 3, 2005 #4 You can code a solution using our batch reporting module. Example code: Result = RPT_CreateSingleFile("rptExample", "C:\Reports\Report1.pdf","PDF","WHERE Salary > 50000") HTH, Mark RPT Software http://www.rptsoftware.com
You can code a solution using our batch reporting module. Example code: Result = RPT_CreateSingleFile("rptExample", "C:\Reports\Report1.pdf","PDF","WHERE Salary > 50000") HTH, Mark RPT Software http://www.rptsoftware.com
F Flavio Software House Jan 3, 2005 #5 You can use pdcreator "with some modifications on source code i release that the caption of the report will be the absolute pathname of file" go to www.sourceforge.net bye FLAVIO
You can use pdcreator "with some modifications on source code i release that the caption of the report will be the absolute pathname of file" go to www.sourceforge.net bye FLAVIO