N
Nick
Hi,
I need to count the number of times a field called "Returns" has the
values "R" and "NI".
Unfortunately if I put this into the query it only brings those values
out with R or NI and this is not what I need.
I need a report to show the total number of times the value "R" and
"NI" has been selected.
In the past I have used commands like DateDiff to work things out e.g.:
=Sum([>13])
this has worked well.
but I cannot figure out how to make it count 2 character values and
display the result in the report.
can anyone help?
regards
Nick
I need to count the number of times a field called "Returns" has the
values "R" and "NI".
Unfortunately if I put this into the query it only brings those values
out with R or NI and this is not what I need.
I need a report to show the total number of times the value "R" and
"NI" has been selected.
In the past I have used commands like DateDiff to work things out e.g.:
and then used a SUM command in the report e.g.:13: IIf((DateDiff("w",[Date_Valid],[SentDate]))>13,1,0)
=Sum([>13])
this has worked well.
but I cannot figure out how to make it count 2 character values and
display the result in the report.
can anyone help?
regards
Nick