R Rose Apr 13, 2010 #1 What is input into the label boxes to all count those fields within a grouping that a blank. The Category is RSVPDate
What is input into the label boxes to all count those fields within a grouping that a blank. The Category is RSVPDate
D Duane Hookom Apr 13, 2010 #2 I think you mean text boxes rather than label boxes. To count the number of records in a report section where the RSVPDate is null, you add a text box in the Group Header or Footer with a control source of: =Sum(Abs(IsNull(RSVPDate)))
I think you mean text boxes rather than label boxes. To count the number of records in a report section where the RSVPDate is null, you add a text box in the Group Header or Footer with a control source of: =Sum(Abs(IsNull(RSVPDate)))