Hi All,
I've spent the last two days trying to figure this out - searching all over the web!
I'm fairly comfortable with vba / access but this one has got me stumped!
I have chart (grpMaster) that is embedded in a form (frmMain), the chart is a line graph based on a query (qryDataFilter) with 4 data series.
What I want to do is have various checkboxes (chk1 to chk4) that if selected show the series and if no don't - It seems straight forward!
Could someone point me in the right direction?
I've tried SeriesCollection() but this comes up with errors. (Object doesn't support this property or Method).
The easiest way i can think of is just to hide / show the series line on the chart, but can't figure this out?
I'm not expecting someone to write the code for me just provide an overview and then I will look further into it.
Any info would be apprectiated!
Cheers
Chris
I've spent the last two days trying to figure this out - searching all over the web!
I'm fairly comfortable with vba / access but this one has got me stumped!
I have chart (grpMaster) that is embedded in a form (frmMain), the chart is a line graph based on a query (qryDataFilter) with 4 data series.
What I want to do is have various checkboxes (chk1 to chk4) that if selected show the series and if no don't - It seems straight forward!
Could someone point me in the right direction?
I've tried SeriesCollection() but this comes up with errors. (Object doesn't support this property or Method).
The easiest way i can think of is just to hide / show the series line on the chart, but can't figure this out?
I'm not expecting someone to write the code for me just provide an overview and then I will look further into it.
Any info would be apprectiated!
Cheers
Chris