UtterAccess.com
X   Site Message
(Message will auto close in 2 seconds)

Welcome Guest ( Log In | Register )

> Use a recordset as a data source for a chart    
 
   
springrider
post Aug 17 2010, 11:07 PM
Post #1

New Member
Posts: 2



Good aftrenoon
I would like to know how to use a recordset to fill a chart i have in a form.
Chart has the rowsource property which can accept SQL string, table, values but it does not seem to accept recordset.
Other controls such as listbox, combobox or form accept recordsets through the rowsource or recordset properties. What about the graphs?

Any solutions?

Thanks in advance

Sylvain

Access 2007
Microsoft Graph 12 library
Go to the top of the page
 
+
 
Start new topic
Replies (1 - 2)
Jeff B.
post Aug 18 2010, 08:51 AM
Post #2

UtterAccess VIP
Posts: 8,170
From: Pacific NorthWet



?Accept which recordset? How are you deriving that recordset? How are you attempting to set the chart to use it?

More info, please...
Go to the top of the page
 
+
springrider
post Aug 18 2010, 04:16 PM
Post #3

New Member
Posts: 2



Thanks for your reply.

As an example, i am using ADO recordsets which contain the result of pass-through queries as the rowsource of some of my comboxes and as datasource of some continuous sub-forms to populate.

me.CbBox.RowSource = rs.GetString(adClipString, , ";", ";") or Set Me.subForm.Form.Recordset = rs with rs as an ADODB.recordset

I just wanted to know if the same was possible with the chart.

Thanks.

Sylvain
Go to the top of the page
 
+

Thank you for your support! Reply to this topicStart new topic

Jump To Forum:
 



RSS Go to Top  ·  Lo-Fi Version Time is now: 24th May 2013 - 06:34 PM