Export Access Charts to Word

A

Andy

Hi there, I need to somehow export charts from Access to Word to put into
some .docs. Everything I read seems to indicate this isn't as easy as it is
from Excel.

Anywhere recommended to check things out or any help?
 
A

Arvin Meyer [MVP]

Andy said:
Hi there, I need to somehow export charts from Access to Word to put into
some .docs. Everything I read seems to indicate this isn't as easy as it
is
from Excel.

Anywhere recommended to check things out or any help?

I think you'll find that you can make better, or at least more complex,
charts in Excel. I find that the ideal method is to store and query the data
in Access and use either the TransferSpreadsheet Method or the OutputTo
Method to move the data to Excel. Then build the chart in Excel and export
it to your Word document.
 
J

Justin

If the chart is on form, you can simple copy and paste into word. Make sure
the chart's Data\Enabled proerty is set to yes.
 
Top