bluedollar
Programmer
I have a report that I export to word, using the following line of code:
DoCmd.OutputTo acOutputReport, "po", acFormatRTF, file_name, True
However when the report is exported the graphics that I have in my headers and footers of the report do not show up in the word doc.
What I would like to do to resolve this is:
1) find a way to succesfully export graphics from reports to word docs
OR
2) export the report into a word doc "template", that has headers and footers set up, and then 'save as' that doc as the variable file_name.
I really don`t want to go down the route of having to do this in mail merge, it would save loads of time if I could succesfully export the report, that I already have working.
Any help/ideas would be greatly appreciated.
NB. I am using access 2000.
Thanks
Dan
DoCmd.OutputTo acOutputReport, "po", acFormatRTF, file_name, True
However when the report is exported the graphics that I have in my headers and footers of the report do not show up in the word doc.
What I would like to do to resolve this is:
1) find a way to succesfully export graphics from reports to word docs
OR
2) export the report into a word doc "template", that has headers and footers set up, and then 'save as' that doc as the variable file_name.
I really don`t want to go down the route of having to do this in mail merge, it would save loads of time if I could succesfully export the report, that I already have working.
Any help/ideas would be greatly appreciated.
NB. I am using access 2000.
Thanks
Dan