ACC: How to Create a Chart That Does Not Summarize Data (181497)
The information in this article applies to:
- Microsoft Access 2.0
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q181497 Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
When you create a chart in Microsoft Graph, data is automatically
summarized for each distinct value on the x axis, which is also known as
the independent axis. For example, if you plot a field containing dates
along the x axis, and if more than one record contains a particular date in
that field, that date appears only once on the x axis. The values in the
data field of any records that contain that date are summarized according
to the function that you have selected (Sum, Average, or Count, for
example); the result is a single value that is represented in the chart.
Therefore, the chart displays only a single data point for a particular
date, even though there may be multiple records corresponding to that date.
However, you may not want to summarize your data. For example, if you have
three records that contain a particular date, you may want your chart to
display three distinct data points for that date. If you are using
Microsoft Access version 2.0, or if you are plotting date values along the
x axis, you must change the SQL statement on which the chart is based to
prevent the data from being summarized.
REFERENCES
You can also create and save a query and then use that query as the row
source of the chart. For more information about how to use a saved query as
the row source of a chart, please see the following articles in the
Microsoft Knowledge Base:
109315 ACC: How to Change the Order of Columns in a Chart (1.x/2.0)
141235 ACC: How to Change the Order of Columns in a Chart (95/97)
Modification Type: | Major | Last Reviewed: | 5/28/2003 |
---|
Keywords: | KB181497 |
---|
|