C
Chrissy
I'm still learning and need some help.
I have a report that lists clients by source for dates requested. In that
report I have a control with source of "=IIf([Active]=False,"Inactive","") "
to show the inactive clients and blank for actives. This is in the header,
as is all the "detail" so it does not give all the detail items, but one
record for each client.
In the footer, I want to count the number of "Inactive". I have researched
and fail to get it to work. The closest is a text box in the footer with a
source of "=Count(IIf([Active]=False,0))".
This does return correctly the count of all invoices for inactive clients.
I want to return a count of only the clients that are inactive - like my
report shows.
I have tried one text box in detail, source=1 and RunningSumGroup, then
referencing that text box in the footer to no avail.
Are there any suggestions? It is a puzzlement!
I have a report that lists clients by source for dates requested. In that
report I have a control with source of "=IIf([Active]=False,"Inactive","") "
to show the inactive clients and blank for actives. This is in the header,
as is all the "detail" so it does not give all the detail items, but one
record for each client.
In the footer, I want to count the number of "Inactive". I have researched
and fail to get it to work. The closest is a text box in the footer with a
source of "=Count(IIf([Active]=False,0))".
This does return correctly the count of all invoices for inactive clients.
I want to return a count of only the clients that are inactive - like my
report shows.
I have tried one text box in detail, source=1 and RunningSumGroup, then
referencing that text box in the footer to no avail.
Are there any suggestions? It is a puzzlement!