Access 97
I have a report with a chart in the detail section.
The Record Source property of the report is empty
Everything works fine. However, I want to display the count of the records on the report. I tried:
Count(*)
in a textbox, and it didn't work. When I set the Record Source property of the report to that of query from which the chart is built the textbox does display the RecordCount, but the chart is repeated RecordCount number of times.
Can someone explain this phenomena and offer a suggestion so that I can get the record count and still only display the chart once. TIA...
I have a report with a chart in the detail section.
The Record Source property of the report is empty
Everything works fine. However, I want to display the count of the records on the report. I tried:
Count(*)
in a textbox, and it didn't work. When I set the Record Source property of the report to that of query from which the chart is built the textbox does display the RecordCount, but the chart is repeated RecordCount number of times.
Can someone explain this phenomena and offer a suggestion so that I can get the record count and still only display the chart once. TIA...