C cyberchoc Jul 11, 2009 #1 I have a report in which I group event occurences (grouped by time) within
A Arvin Meyer MVP Jul 11, 2009 #2 You need a group footer and a report footer. In the group footer, use an expression in the controlsource something like: = Count([data]) with [data] being the name of a textbox in the group. Do the same in the Report footer: = Count([data]) or you can Sum the group footer Count controlname in the report footer.
You need a group footer and a report footer. In the group footer, use an expression in the controlsource something like: = Count([data]) with [data] being the name of a textbox in the group. Do the same in the Report footer: = Count([data]) or you can Sum the group footer Count controlname in the report footer.