Access Reports & Long paragraphs & graphs

DevAccess

Registered User.
Local time
Today, 04:37
Joined
Jun 27, 2016
Messages
321
Hello

I would like to generate 50 pages paragraphs report from access data and that too with spider chart or any other charts and then export the chart into PDF or word document.

Is that doable ?

thanks for adivce and any possible solution you can share


Thanks
 
Is it that you want to print you report to pdf? If yes, so install a PDF printer, print your report and select this printer
Is it that you want to copy your graph to "whatever", so do it with the clipboard
For example I use a button to copy my graph_1 to clipboard
Me.Graph_1.Action = acOLECopy

Go to Word, Excel, Powerpoint and use paste

Ben
 

Users who are viewing this thread

Back
Top Bottom