S
scott04
I am trying to count the number of Yes and No responces from one of my fields
called Fraud_activity. When I run the query there are 3 records. For this
field there are 2 No's and 1 Yes.
I am using a textbox with the formula: =(Sum(Abs([Fraud_Activity])="0")) to
try and obtain the No's. When i run the report i am getting -2 instead of 2.
Any suggestions? Also if i use the formula
=(Sum(Abs([Fraud_Activity])="1")) I received a -1. Any help or suggestions
is appreciated!
called Fraud_activity. When I run the query there are 3 records. For this
field there are 2 No's and 1 Yes.
I am using a textbox with the formula: =(Sum(Abs([Fraud_Activity])="0")) to
try and obtain the No's. When i run the report i am getting -2 instead of 2.
Any suggestions? Also if i use the formula
=(Sum(Abs([Fraud_Activity])="1")) I received a -1. Any help or suggestions
is appreciated!