T
theburnetts
I need to be able to create a line chart (graph) on an Access form.
The X-axis should be dates. There should be two different Y axes for
two different series. I have tried to use the built in graphing tools
that comes with Access but it doesn't seem to support what I want to
do. It seems to require that each series have a value for every date
on the Y axis. My data set will be quite different than that. Below
is an example of the data that I want to graph.
Series 1
Date: 1/1/2004 Value: 23.5
Date: 1/7/2004 Value: 31.8
Date: 1/10/2004 Value: 30.9
Date: 1/14/2004 Value: 18.34
Date: 1/15/2004 Value: 20.5
Series 2
Date: 1/5/2004 Value: 345.34
Date: 1/7/2004 Value: 355.0
Date: 1/11/2004 Value: 378.3
Date: 1/16/2004 Value: 333.7
I would like to plot both of these series on the same graph with dates
across the bottom and series 1 on the left Y axis and series 2 on the
right Y axis. I have tried using the Chart Wizard in Access but it
doesn't seem to work. I have also tried using MSGraph but it doesn't
seem to work either. Are there any options that are built in to Access
or Office that I could use without having to purchase a 3rd party
ActiveX control. Ideally I would like to be able to distribute the MDB
file without having to distribute ActiveX controls or OCXs also.
Thanks,
Corey
The X-axis should be dates. There should be two different Y axes for
two different series. I have tried to use the built in graphing tools
that comes with Access but it doesn't seem to support what I want to
do. It seems to require that each series have a value for every date
on the Y axis. My data set will be quite different than that. Below
is an example of the data that I want to graph.
Series 1
Date: 1/1/2004 Value: 23.5
Date: 1/7/2004 Value: 31.8
Date: 1/10/2004 Value: 30.9
Date: 1/14/2004 Value: 18.34
Date: 1/15/2004 Value: 20.5
Series 2
Date: 1/5/2004 Value: 345.34
Date: 1/7/2004 Value: 355.0
Date: 1/11/2004 Value: 378.3
Date: 1/16/2004 Value: 333.7
I would like to plot both of these series on the same graph with dates
across the bottom and series 1 on the left Y axis and series 2 on the
right Y axis. I have tried using the Chart Wizard in Access but it
doesn't seem to work. I have also tried using MSGraph but it doesn't
seem to work either. Are there any options that are built in to Access
or Office that I could use without having to purchase a 3rd party
ActiveX control. Ideally I would like to be able to distribute the MDB
file without having to distribute ActiveX controls or OCXs also.
Thanks,
Corey