Using following cmd in code to output an Access 97 report to an RTF file that can be opened in Word 97 and then print the rtf document:
DoCmd.OutputTo acOutputReport, strRpt, acFormatRTF, "C:\AccessReports\"
but receive following error msg:
"The formats that enable you to output data as a Microsoft Excel, rich-text format, MS-DOS text, or HTML file are missing from the Windows Registry."
Does anybody have any suggestions as to why the above cmd would not work ??? Have seen Microsoft KBA 226526 but was of no help
DoCmd.OutputTo acOutputReport, strRpt, acFormatRTF, "C:\AccessReports\"
but receive following error msg:
"The formats that enable you to output data as a Microsoft Excel, rich-text format, MS-DOS text, or HTML file are missing from the Windows Registry."
Does anybody have any suggestions as to why the above cmd would not work ??? Have seen Microsoft KBA 226526 but was of no help