P
PizzaBoy
Hello Group. How would I create a text box which counts the number of
records where a text field contains a certain text string? (Example: I have
placed a text box in the report footer which has the expression
COUNT("[STATUS]='SIGNED WITH HRE'")
"Status" is the name of the field and 'SIGNED WITH HRE' is the value in the
field I am looking for. I have tried playing with different formats of the
same expression and it always returns the total count of all the records not
the records with the requested value. Thanks for any help.
(I am aware I can derive this information from a Totals Query, but I would
like to have a text box for each value the "Status" field contains as well
as a couple of other fields contained in the report so I would have to
create several queries"
records where a text field contains a certain text string? (Example: I have
placed a text box in the report footer which has the expression
COUNT("[STATUS]='SIGNED WITH HRE'")
"Status" is the name of the field and 'SIGNED WITH HRE' is the value in the
field I am looking for. I have tried playing with different formats of the
same expression and it always returns the total count of all the records not
the records with the requested value. Thanks for any help.
(I am aware I can derive this information from a Totals Query, but I would
like to have a text box for each value the "Status" field contains as well
as a couple of other fields contained in the report so I would have to
create several queries"