I try to Export and Merging Access Reports, some in table-format = with lines, and some with graphics. But I only can generate text documents.
What do I have to do to export these reports to Word in the right format?
And if I merged the generated document. Is it possible to save this document in the right format as a PDF-document?
I found some code like this: wordApp.ActiveD ocument.SaveAs strOutputFileNa me, wdFormatPDF, ...
Thank you Wesley
What do I have to do to export these reports to Word in the right format?
And if I merged the generated document. Is it possible to save this document in the right format as a PDF-document?
I found some code like this: wordApp.ActiveD ocument.SaveAs strOutputFileNa me, wdFormatPDF, ...
Thank you Wesley
Comment