Charts in Access Reports

S

sj

How do you create a Chart (Graph) for a report by writing
VB code?
I do not to use the wizard to create it.
 
D

Duane Hookom

Is there a reason you don't add the chart control while in design view?
There is code/demo in the Corp Tech Demos that draws graphs on a report
without using a graph control. All drawing is done using the report's Line
and Print methods.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top