D
Dave
Hi
I have an access report with various logos/lines and other type of
formatting on it.
And am using the following code to output the report to word
DoCmd.OutputTo acOutputReport, "rptWordDocument", acFormatRTF,
strOutputFileName, False
Which works fine and out puts the file as expected, but does not
output the formatting such as logos and drawn lines etc. Is there any
way to do that?
Thanks
Dave
I have an access report with various logos/lines and other type of
formatting on it.
And am using the following code to output the report to word
DoCmd.OutputTo acOutputReport, "rptWordDocument", acFormatRTF,
strOutputFileName, False
Which works fine and out puts the file as expected, but does not
output the formatting such as logos and drawn lines etc. Is there any
way to do that?
Thanks
Dave