Navigating pivot chart in runtime Access

S

Steven

I am needing to navigate a pivot chart (dril out) using runtime Access and an
mde version of the database. I am not getting any navigation functionality
to drill back out. Does anyone have any suggestions on how to accomplish
this? vba?

Thanks.
 
A

aaron.kempf

you should just use the Office Web Components instead of the PivotChart
view for a table

there you just bind a pivotChart to a pivotTable.. it's a lot more
natural in my opinion

HTH

-aaron
 
Top