I have a table that is being created each time by a query named MyTable. In this table are 2 fields: CountyName and NumVisits. The CountyName field contains the county name and the NumVisits contains a numeric value.
I inserted a Microsoft Graph 2000 unbound frame object into my report. I then selected "Table/Query" for my Row Source Type and I selected "MyTable" as the RowSource.
When the report runs, it looks good. It shows a different colored bar for each county. In the legend, a colored box with the county name appears.
My problem is that I want each county name to appear vertically under each bar on the graph. The only thing that appears under one of my bars is the number five, which is the first value in the NumVisits column in my table.
I've tried playing around with the data sheet that appears when you are editing a graph, but I've had no luck getting the correct county name to appear. Can anyone tell me what I'm doing wrong?
Thanks,
Crhodus
I inserted a Microsoft Graph 2000 unbound frame object into my report. I then selected "Table/Query" for my Row Source Type and I selected "MyTable" as the RowSource.
When the report runs, it looks good. It shows a different colored bar for each county. In the legend, a colored box with the county name appears.
My problem is that I want each county name to appear vertically under each bar on the graph. The only thing that appears under one of my bars is the number five, which is the first value in the NumVisits column in my table.
I've tried playing around with the data sheet that appears when you are editing a graph, but I've had no luck getting the correct county name to appear. Can anyone tell me what I'm doing wrong?
Thanks,
Crhodus