I am having trouble finding out how to do something in Access SQL.
I have a query in which (among other things), I would like to count for a specific field is not 0.
Example:
Facility # Error type 1
Mars 2
Mars 3
Mars 0
Mars 2
In the query I will be grouping by facility and would like to get a count of each populated <# Error type 1>.
I would like to
count for # error type 1 is not 0 as err_1_count (should be 3)
Sorry if this does not make sense. I am new to Access and am trying to maintain an application that has been transitioned to me.
Thanks in advance.
Rhonda
I have a query in which (among other things), I would like to count for a specific field is not 0.
Example:
Facility # Error type 1
Mars 2
Mars 3
Mars 0
Mars 2
In the query I will be grouping by facility and would like to get a count of each populated <# Error type 1>.
I would like to
count for # error type 1 is not 0 as err_1_count (should be 3)
Sorry if this does not make sense. I am new to Access and am trying to maintain an application that has been transitioned to me.
Thanks in advance.
Rhonda