I have a report that its record source is a query.
In the query I have a field called 'status'. In that field there could be 5 different possible text values.(these values came from a combo box on a form)
Is there a way for me to count the number of occurances of each value? The reason for this is because I have to show a total number of each value type on my report.
For example in my field called status, I could have the default(when no one has selected a value yet) of 'selectstatus'. the other choices are, 'monitoring', 'working resolution', 'deferred', or 'closed'.
Is there a way in my query, or in the report to calculate how many records have the value of 'working resolution' or how many have not selected a status yet, thus having the default value of 'selectstatus' for this field?
In the query I have a field called 'status'. In that field there could be 5 different possible text values.(these values came from a combo box on a form)
Is there a way for me to count the number of occurances of each value? The reason for this is because I have to show a total number of each value type on my report.
For example in my field called status, I could have the default(when no one has selected a value yet) of 'selectstatus'. the other choices are, 'monitoring', 'working resolution', 'deferred', or 'closed'.
Is there a way in my query, or in the report to calculate how many records have the value of 'working resolution' or how many have not selected a status yet, thus having the default value of 'selectstatus' for this field?