R
Rick_C
First let me apologize if this becomes a double post. I tried via Outlook and
I think things got screwed up...
This is my problem and question:
I have a field that is populated with either a YES, NO or REFUSED via a
combo box.
In my report, I am trying to capture only the count that pertains to YES.
In the control source of the field in the report I have:
=Count([FieldName]="Yes")
This gives me the count for all (YES/NO/REFUSED)
How can I filter so that I only get the count for the YES.
Thank you in advance for your assistance...
Rick
I think things got screwed up...
This is my problem and question:
I have a field that is populated with either a YES, NO or REFUSED via a
combo box.
In my report, I am trying to capture only the count that pertains to YES.
In the control source of the field in the report I have:
=Count([FieldName]="Yes")
This gives me the count for all (YES/NO/REFUSED)
How can I filter so that I only get the count for the YES.
Thank you in advance for your assistance...
Rick