S
Somecallmeosh
Hello,
I have a field in the detail section of my report called
[TotalErrors]
In this section I've created multiple IIF statements to
help determine the range of Total Errors. For example
=IIf([TotalErrors]=0,"1","")
=IIf([TotalErrors]>20,"1","")
I am having difficulty setting this statement up to
account for numbers within a range: Example
=IIf([TotalErrors]>5<=10,"1","")
My intent is to do a count on each one of these unbound
text boxes to find out the number of items with zero
erros, those with 1 to 5 errors, and so on. The first
two presented here seem to work fine, but those that fall
into a range don't work properly. I guess my syntax is a
little off. Any help would be greatly appreciated.
Sincerely,
Josh
I have a field in the detail section of my report called
[TotalErrors]
In this section I've created multiple IIF statements to
help determine the range of Total Errors. For example
=IIf([TotalErrors]=0,"1","")
=IIf([TotalErrors]>20,"1","")
I am having difficulty setting this statement up to
account for numbers within a range: Example
=IIf([TotalErrors]>5<=10,"1","")
My intent is to do a count on each one of these unbound
text boxes to find out the number of items with zero
erros, those with 1 to 5 errors, and so on. The first
two presented here seem to work fine, but those that fall
into a range don't work properly. I guess my syntax is a
little off. Any help would be greatly appreciated.
Sincerely,
Josh