Graham T
Registered User.
- Local time
- Today, 10:22
- Joined
- Mar 14, 2001
- Messages
- 300
In a report I am attempting to enter the following expression into the report footer to count the number of results containing YES/NO in the field [Agree with Decision].
At present I have used two text boxes containing:
=Count(IIf([Agree with Decision],"YES"))
=Count(IIf([Agree with Decision],"NO"))
However both are returning the same result, whereas I know that they both contain a different amount of results.
Anyone be able to shed any light on this query?
Thanks
Graham
At present I have used two text boxes containing:
=Count(IIf([Agree with Decision],"YES"))
=Count(IIf([Agree with Decision],"NO"))
However both are returning the same result, whereas I know that they both contain a different amount of results.
Anyone be able to shed any light on this query?
Thanks
Graham