
Create Bubble Graph from DBGrid?
I have an Access D/B table where I store 270 Customer names, each with two
related totals.
Eg, Customer UK, 150 (Total 1), 275(total 2).
Customer France 23 (Total 1), 136(total 2).
Using SQL queries I can get the information I need to plot on the graph within
a DBGRID. I would like to plot this information as a bubble graph but haven't a
clue how to do this.
Can anyone help point me in the right direction?
Using VB5 (Professional).