derekbrown
Registered User.
- Local time
- Today, 00:16
- Joined
- Jun 8, 2005
- Messages
- 12
Hi all,
I have a pie chart on a form that where the rowsource is determined by a selection in a frame control (a SQL string determines the rowsource in the AfterUpdate event of the frame control).
That works just fine, however, I have data labels with percentage values showing on the pie chart. The problem is that when I make a new selection in the fram control, the pie chart updates but the percentage values in the data labels do not. I've tried refreshing the form, requerying the form and requerying the chart - none of which has made a difference. Anybody any idea how to get the data lables to update?
Thanks
Derek
I have a pie chart on a form that where the rowsource is determined by a selection in a frame control (a SQL string determines the rowsource in the AfterUpdate event of the frame control).
That works just fine, however, I have data labels with percentage values showing on the pie chart. The problem is that when I make a new selection in the fram control, the pie chart updates but the percentage values in the data labels do not. I've tried refreshing the form, requerying the form and requerying the chart - none of which has made a difference. Anybody any idea how to get the data lables to update?
Thanks
Derek