Chart for Day of Week Occurances

A

AndyB

I am not real good at the chart wizard in access. I want to make a chart
that creates a bar chart for occurances by the Day of the week. However
there are 7 days in a week and the chart wizard says I can only use 6
fields. How can I get by that?



Andy
 
D

Duane Hookom

The wizard like no more than 6 but the completed chart can contain more. The
number of bars is set by the Row Source property of the chart control.
 
S

SA

You can also manually specify the number of chart bars by using the column
count property of the chart control, after the wizard creates the chart.
 
Top