Our users would like to have the reports produced by our MS Access application in DOC format . Are there any methods to produce reports in DOC directly?
one way is to put the PrintPreview toolbar for your users, so when they are looking at the report, they can click the toolbar and it will save to word (actually RTF rich text format which is the best you'll get in that type of doc).
another way is for you to put a button on a form, and instead of it opening the report in access, it exports it to word:
this will come up asking the user where they want to store it.
better yet is the format Snapshot. it makes the report exactly how it is in access (formatting and everything) also this is the only format you can use to export charts. Snapshot viewer is freely available from microsoft and easy to install. every computer in my company has it.
it will output the access report "ReportName" and put it on the C:\ drive and call it NewReport.Doc. the "TRUE" (you can make it False if you want) means that right after saving, it will automatically launch MS Word (or whatever app is tied to the type of file you just exported).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.