export to PDF or report to PDF/word document

DevAccess

Registered User.
Local time
Yesterday, 21:06
Joined
Jun 27, 2016
Messages
321
Hello

For example I have below two rows as below


Name==> Token Number ==> part 1 ==> Part 2 ==> Part 3

row1->test1 ==> 123434343 ==> 60% ==> 90%==> 30%
row2->test 2==> tttt ==> 40%==>40%==> 40
row3->test 3 ==> 123434343 ==> 50%==>32%==>43%

here rows number 1 and 3 are same... so I would like to generate a spider chart on this two rows and do comparision and would want to export to PDF or word document.

Is that possible ? if yes can anybody please state me how ? or is there anyway I can directly plot this graph on Word usign VBA ?

or

based on access data can I draw radar graph on word document using VBA ( data will be taken as input from MS access ).

Any help would be highly appriciated.

Thanks
 
Last edited:

Users who are viewing this thread

Back
Top Bottom