Hi,
I'm trying to use DCount to count the records within a report Group with a value of $0.00 and show in a group footer textbox.
The report is based on a query.
I created:-
=DCount(" [RIHAUFK]![AUFNR ]","RIHAUFK"," [RIHAUFK]![GKSTI ]=0"
for the entire report and it's works well and the count is shown in a Report Header textbox and does return the correct count of zero dollar records for the entire report.
But what I would also like to show, is the count of the records within each group of records in a group footer textbox.
Any help would be greatly appreciated.
Bob
I'm trying to use DCount to count the records within a report Group with a value of $0.00 and show in a group footer textbox.
The report is based on a query.
I created:-
=DCount(" [RIHAUFK]![AUFNR ]","RIHAUFK"," [RIHAUFK]![GKSTI ]=0"

for the entire report and it's works well and the count is shown in a Report Header textbox and does return the correct count of zero dollar records for the entire report.
But what I would also like to show, is the count of the records within each group of records in a group footer textbox.
Any help would be greatly appreciated.
Bob