spitzmuller
Programmer
Hi out there
I have a report that I dynamically configure using the "Report_Open"-Method (called on the OnOpen-Event) when the Report is opened: among other stuff I dynamically set the ControlSource of the Textboxes in the details Section so that it will fit a selection made by the user.
Now my Problem is that I couldn't figure out a way to print the count of all records in the report footer
I tried "=Count(*)" as ControlSource in a textbox (and other stuff as well) but all I get is #Error
Thanks for your help
Simon
I have a report that I dynamically configure using the "Report_Open"-Method (called on the OnOpen-Event) when the Report is opened: among other stuff I dynamically set the ControlSource of the Textboxes in the details Section so that it will fit a selection made by the user.
Now my Problem is that I couldn't figure out a way to print the count of all records in the report footer
I tried "=Count(*)" as ControlSource in a textbox (and other stuff as well) but all I get is #Error
Thanks for your help
Simon