mcelligott
Programmer
I am creating a stats report in the report footer. I am looking to count the number of times the platoon field is not filled in along with if the complaint was founded or unfounded. Here is what I have in the control source for the text field.
I have also tried using [Platoon]="" but still keep coming up with 0. I have gone through my test data and there should be 1 record where [Founded/Unfounded]=Founded and [Platoon]= (nothing). I am sure it is something simple, I am just tired from looking at it and need another set of eyes.
Thanks in advance for any assistance you can help.
Bob
Code:
=Count(IIf([Founded/Unfounded]="Founded" And IsNull([Platoon]),1))
I have also tried using [Platoon]="" but still keep coming up with 0. I have gone through my test data and there should be 1 record where [Founded/Unfounded]=Founded and [Platoon]= (nothing). I am sure it is something simple, I am just tired from looking at it and need another set of eyes.
Thanks in advance for any assistance you can help.
Bob