D
Deb
I have a report that is working pretty well, it does sums
of various fields, but I need to do some tweaking, and I
am not sure how. One question is this...I have the
report doing a sum of different counties, so if the field
shows washington, it will count it as one, if not, it is
a zero....here is an example:
=Sum(IIf([County]="Washington",1,0))
My question is this: how would I say the same thing, only
wanting it to count all the clients in washington,
carver, and ramsey?
THe other question is how do i count the total number of
people in the report. The query runs for a specified
month, and then the report counts all the info in the
query and spits out the numbers in individual catagories,
but I want to find out the total number of clients, so I
know that there should be a total of x number of clients.
Example the report says
above poverty 33
below poverty 45
ramsey county 54
carver county 24
In each case, those number should equal the total number
of people in my query, so how to I know what the total
number in my query actually is?
--Deb
of various fields, but I need to do some tweaking, and I
am not sure how. One question is this...I have the
report doing a sum of different counties, so if the field
shows washington, it will count it as one, if not, it is
a zero....here is an example:
=Sum(IIf([County]="Washington",1,0))
My question is this: how would I say the same thing, only
wanting it to count all the clients in washington,
carver, and ramsey?
THe other question is how do i count the total number of
people in the report. The query runs for a specified
month, and then the report counts all the info in the
query and spits out the numbers in individual catagories,
but I want to find out the total number of clients, so I
know that there should be a total of x number of clients.
Example the report says
above poverty 33
below poverty 45
ramsey county 54
carver county 24
In each case, those number should equal the total number
of people in my query, so how to I know what the total
number in my query actually is?
--Deb