hi,
I have a column in my query called "Status".
I have a report based on this query and in the report footer I have an unbound textbox with the following control source:
=Count(IIf([Status]="A",0)).
The "Status" field contains 3 values - A, B and X.
I need to add up the total A's, total B's, total X's. However, my formula doesn't seem to work. It keeps giving me the value "0".
Help! please!
Thank you in advance..
I have a column in my query called "Status".
I have a report based on this query and in the report footer I have an unbound textbox with the following control source:
=Count(IIf([Status]="A",0)).
The "Status" field contains 3 values - A, B and X.
I need to add up the total A's, total B's, total X's. However, my formula doesn't seem to work. It keeps giving me the value "0".
Help! please!
Thank you in advance..