Additional Chart Types

D

DLHanson

I would like to create a report with a stacked chart, but that isn't one of
the chart types I have. Is there a way to add additional chart types? If
not, is there a way to use VBA to identify a different chart type?
 
D

Duane Hookom

You can use the wizard to create a chart on a form. Then doube-click the
control in the form design view and change the chart type by selecting
Chart->Chart Type and selecting one of several stacked bar types.
 
D

DLHanson

Brilliant! Thank you for the quick response. I didn't realize you could
create charts in forms, but this is working perfectly.
 
D

Duane Hookom

I often create my charts on forms and then modify them. When I get them
formatted as desired, I copy and paste them into a report.
 
Top