Hi,
When saving a report that contains a chart to file, the chart doesn't show.
Only the text in the report that contains the chart is displayed.
Here is the code:
stDocName = "predictionsChartRpt"
DoCmd.OutputTo acReport, stDocName, acFormatRTF, Me![predictionAge] & "Years Old Predictions Chart.rtf", False
Any ideas?
Thanks,
John
When saving a report that contains a chart to file, the chart doesn't show.
Only the text in the report that contains the chart is displayed.
Here is the code:
stDocName = "predictionsChartRpt"
DoCmd.OutputTo acReport, stDocName, acFormatRTF, Me![predictionAge] & "Years Old Predictions Chart.rtf", False
Any ideas?
Thanks,
John