P
Pass-the-reality
On a query, I used the following - One Call: IIf([SumOfCount]=1,1,0)
which places a 1 in the One Call column if SumOfCount equals 1
How would I write add a 1 in the Multiple Calls column if the SumOfCount
calls are 2,3,4 or 5.
I do not want to use IIf([SumOfCount]>1,1,0) as I will also have a column
marked 6 or More Calls which will shown anything >6
which places a 1 in the One Call column if SumOfCount equals 1
How would I write add a 1 in the Multiple Calls column if the SumOfCount
calls are 2,3,4 or 5.
I do not want to use IIf([SumOfCount]>1,1,0) as I will also have a column
marked 6 or More Calls which will shown anything >6