We have an Access report that we output to various formats. The most common that we use are PDF and Word. The report has an image in it (company logo). When we export out to Word, it is actually making a acFormatRTF reference and creating an RTF file - which then dumps the image.
Is there a way to output a Word file with the image from Access?
Or is there a way to get RTF files to retain the images?
Or is there a way to save export into a temp RTF file, then save that as a Word file, and then add the logo to that file?
I found code that looks like it will let me do the export to a temp RTF file and then save it as a Word file - but I don't know how to do the image placement next.
Any ideas from anyone? A web search turns up that this is a seemingly common problem with no references to solutions.
We have a large batch of reports coming out that need to be in Word and not PDF (no clue why) and there are too many of them to go through and add the image in by hand for all of them.
Is there a way to output a Word file with the image from Access?
Or is there a way to get RTF files to retain the images?
Or is there a way to save export into a temp RTF file, then save that as a Word file, and then add the logo to that file?
I found code that looks like it will let me do the export to a temp RTF file and then save it as a Word file - but I don't know how to do the image placement next.
Any ideas from anyone? A web search turns up that this is a seemingly common problem with no references to solutions.
We have a large batch of reports coming out that need to be in Word and not PDF (no clue why) and there are too many of them to go through and add the image in by hand for all of them.