I have created a bar graph and I am interested in clicking on an individual
bar and by clicking on that bar it opens form/report specific to that bar.
Does anyone have a methodology for making this happen. I am using the
SeriesCollection(1).Points(1) to color the bar graphs. But I have not been
able to find a solution to click through, yet.
Duane Hookom - 09 Nov 2006 22:47 GMT
Create a pivot table in Excel that uses external data linked to your Access
table/query.

Signature
Duane Hookom
MS Access MVP
>I have created a bar graph and I am interested in clicking on an individual
> bar and by clicking on that bar it opens form/report specific to that bar.
> Does anyone have a methodology for making this happen. I am using the
> SeriesCollection(1).Points(1) to color the bar graphs. But I have not been
> able to find a solution to click through, yet.