Charting in Access vba

A

Alex Lifeson

Can someone please help me get started.

On an access form, I want to display a chart with 2 data series from an
Excel spreadsheet. I assume I need to drop the chart control on the form
and provide code to set the chart type, associate the data series, etc.

Can someone provide me with a link or a code snipet?

Thanks in advance for your help.
 
R

Rick Brandt

Alex Lifeson said:
Can someone please help me get started.

On an access form, I want to display a chart with 2 data series from an
Excel spreadsheet. I assume I need to drop the chart control on the form
and provide code to set the chart type, associate the data series, etc.

Can someone provide me with a link or a code snipet?

There is a chart wizard for both forms and reports. That should get you most of
the way there.
 

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