Chart problems

R

Rugiem

The data in the datasheet and sample data shown in Graph in design view is
not the data from the record source specified, rather it is some default
sample data; so its hard to properly design the graph. how do i get the data
in my query to show in the datasheet
 
D

Duane Hookom

You can generally view the datasheet of the Row Source property of your
graph. Copy and paste the datasheet records into the datasheet of your graph
control.

I will often create my graphs on a form where I enable and unluck the
control so I can more easily manipulate the graph properties in form view.
 
Top