A
Azim
Hi,
I have a problem when converting reports to RTF. On some
computers the VBA code works fine but on other computers
the output contains missing text.
The line of code is
DoCmd.OutputTo acReport, stDocName, _
acFormatRTF, strFullFileName
where:
acReport is the object type
stDocName is the name of the report
acFormatRTF is the output format
strFullFileName is the name of the output
file with the full path
I need output the text of the report the report to an
editable MS-Word document. At the same time I need to the
output file to retain the formatting of the text in the
report.
Others have this same problem but I have not found any
helpful suggestions. Any suggestions or work arounds for
this problem would be greatly appreciated.
Thanks
Azim
I have a problem when converting reports to RTF. On some
computers the VBA code works fine but on other computers
the output contains missing text.
The line of code is
DoCmd.OutputTo acReport, stDocName, _
acFormatRTF, strFullFileName
where:
acReport is the object type
stDocName is the name of the report
acFormatRTF is the output format
strFullFileName is the name of the output
file with the full path
I need output the text of the report the report to an
editable MS-Word document. At the same time I need to the
output file to retain the formatting of the text in the
report.
Others have this same problem but I have not found any
helpful suggestions. Any suggestions or work arounds for
this problem would be greatly appreciated.
Thanks
Azim