I have a report that is grouped by Builder first, then by Community. There
are a number of inspections for each builder and that is broken up into
inspections per community. On each inspection there are 26 questions. What is
happening now is that the report is counting the number of questions for the
respective grouping level instead of the number of inspections. This number
would work if i could divide by 26 but I cannot seem to do that.
The control source in the text box that gives me the summary looks like this.
="Summary for " & " " & [Superintendent] & " (" & Count(*) & " " &
IIf(Count(*)=1,"Item Inspected","Items Inspected") & ")"

Signature
Greg
> >I tried to do this and it consecutively numbers the Groups and does not count
> >the number of records.
[quoted text clipped - 5 lines]
> of the report's output and show what it is that you want to
> number.
Marshall Barton - 26 Jul 2005 16:56 GMT
>I have a report that is grouped by Builder first, then by Community. There
>are a number of inspections for each builder and that is broken up into
[quoted text clipped - 5 lines]
>="Summary for " & " " & [Superintendent] & " (" & Count(*) & " " &
>IIf(Count(*)=1,"Item Inspected","Items Inspected") & ")"
My suggestion was to add another group level for
inspections.
Did you try that? If you did, what about it didn't do what
you wanted? If you didn't try it, why not?

Signature
Marsh
MVP [MS Access]