how do i go about using mschart in my application and connect it to my access db??
Printable View
how do i go about using mschart in my application and connect it to my access db??
Even if my opinion is not to use mschart control because it has a few bugs, you should try its ChartData property. MSDN Library would be more helpful to you as there too many things you can see there.
Michael Vlastos
Company MODUS SA
Development Department
Athens, Greece
Tel: +3-01-9414900
create an ADODB.Recordset and bound the recordset to the MSChart by adding :
Dim rst as ADODB.Recordset
'Create the recordset here
set MSChart1.DataSource = rst