Setting the recordsource for a pivot chart

G

Guest

I am trying to use a pivot chart in the front end of a spit Access database
that displays data from the back end. I would like to use a client side
recordset as the source of data for the chart but can't seem to get past
first base. Can anyone help me with details on how to set up a pivot chart
in VBA, particularly how to reference data for the chart from a recordset.
 
G

Guest

Hi Stu,

Have you tried using the wizard? It walks you through the steps.

Or, you can do the following:
In form design view, place all the fields that you want to use from the
table or query on the form.
go to the menu view-pivot chart
then drag and drop the fields where you want them.

Just because it took me a while to find this, use the right click-properties
to customize the colors, titles, data lables, chart type, etc... each
different area on the chart has it's own set of properties to play with...

Hope this helps.
 

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

Top