Is there a double-click event for the PivotChart view of a form? I want to open a detail report when the user double-clicks anywhere on the PivotChart.
I tried sticking
into the double-click event for the form, but that doesn't appear to fire when it's in PivotChart view???
VBAjedi![[swords] [swords] [swords]](/data/assets/smilies/swords.gif)
I tried sticking
Code:
DoCmd.OpenReport stDocName, acPreview
VBAjedi
![[swords] [swords] [swords]](/data/assets/smilies/swords.gif)