alexthomas
Technical User
Hi,
I have an access application with a report. I allow the user to enter some foot notes using an input box before opening the report. If the user enters some notes into the input box, it is displayed at the bottom of the access report. Since the report has summary data, I export it to Word format. Everything works fine, except the notes entered by the user. Exported Word document contains all the information from the access report except the notes. Any ideas?
I used the foll. piece of code to do the export.
DoCmd.OutputTo acOutputReport, "rptRebateOpportunityReportExtVersion", acFormatRTF, "Report.rtf", True
Thx
Alex
I have an access application with a report. I allow the user to enter some foot notes using an input box before opening the report. If the user enters some notes into the input box, it is displayed at the bottom of the access report. Since the report has summary data, I export it to Word format. Everything works fine, except the notes entered by the user. Exported Word document contains all the information from the access report except the notes. Any ideas?
I used the foll. piece of code to do the export.
DoCmd.OutputTo acOutputReport, "rptRebateOpportunityReportExtVersion", acFormatRTF, "Report.rtf", True
Thx
Alex