Navigating pivot chart in runtime Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
Back
Top