When working with graphs in Access 2000 and beyond, I generally create a new
blank form and paste the graph control onto the form for editing. Set the
control properties to Locked: No; Enabled: Yes. This allows you to view the
form view, double-click the graph, and do some formatting etc. This will
also update the control with your data.
You should always be able to edit the Row Source property so the graph
displays the correct values when the form or report is open.
Once you have your graph looking good on the form, copy and paste it into
your report.
--
Duane Hookom
Microsoft Access MVP
Conor said:
ok, i have gotten that far. however, i am still given the default data
(east,west,north-1st,2nd,3rd,4th etc..) and when i try to put my sql
statement in there, that "slice" of my pie graph is erased, and i don't
think the statement is being evaluated! what am i doing wrong?
thanks for your help so far duane
Duane Hookom said:
View the design view of the report and select the graph control. View the
properties and you should find it in the Data properties.
--
Duane Hookom
Microsoft Access MVP
how do i set this property?
Graphs have a Row Source property which is basic SQL. You can set this
property to any SQL statement or query.
--
Duane Hookom
MS Access MVP
whenever i try to insert a chart into my access report, i can never
get
access to get the right data! is there a way to specify where/what
data
i
want access to get? like in a query, i am using this:
[SOB]![Salary]+[SOB]![Bonuses]
to get the persons gross income. i want to be able to add data
in
that
format to my chart. i am using access 2002. can anyone help me?