Linking Pie Chart in a subform to Textboxes values

P

Paulo

I have a pie chart object inside the footer of a subform. There are some
textboxes in this footer, whose values are attributed by code. Essentially, I
want to link this chart to 3 text boxes, and then I expect the chart to show
a simple Pie, and update it whenever the values change.

What should be the RowSource and RowSource Type properties for the chart
object, so that I produce the expected result? Are any other configurations
needed?

Thanks in advance,

Paulo
 
Top