Building a chart from VBA arrays

M

mangesh_yadav

Hi,

I want to build a chart on an Access Form through VBA code from array
defined within the code. Is it possible in access. I know that it i
possible in excel.

For instance, in access one has to do something like "myGraph.RowSourc
= StrQuery" where strQuery is an sql query built on the fly inside th
vba code. Instead, I want to run the query and build an array and the
use this array to build the chart. something like SeriesX = Array1()
seriesY1 = Array2(), seriesY2 = Array3(), and so on
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top