Charting in Access vba

  • Thread starter Thread starter Alex Lifeson
  • Start date Start date
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.
 
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.
 
Back
Top