Graphs in Access

L

lbradley

When I create a graph in Access (2000) it brings up different data at the
design view, and when I do the print preview, then I can see my data?

Does anyone know whats up with that?
 
D

Duane Hookom

To view your data in design view,
-view the datasheet of your graph's Row Source
-select and copy the records to the clipboard
-close the datasheet
-double-click the graph control in design view
-view the graph's data sheet
-select the graphs data
-paste your records into the graph's datasheet
-exit the graph design
 
Top