Refreshing a pivot chart

M

Mike

I have a form, frmCoils. in it, when a user selects a CoilID a query,
qryChartData is filled with values from a table linked by CoilID.
qryChartData is the basis of 2 pivot charts, fmctVIW and fmctRFB.

the pivot charts are displayed on the frmCoils. Is there a way to get the
pivot charts to redraw themselves when a new CoilID is formed.

I have a vb event that activates when the combo box containing all CoilIDs
is updated, and would like the form refresh or whatever to update.
 
Top