N
ND Pard
I have a table named: "Client Review Table 2"
with a Date field (named: Date_Completed) and
numerous Text fields (named: A1, A2, A3 … A30).
The text fields are answers to questions 1, 2, 3 … 30.
Each text field input is limited via a
Validation Rule: "Y" Or "P" Or "N" Or "NA"
What would the SQL be for the query
if I need the count of the number of each response to
each text field.
Hopefully I'll be able to use the query to
create a report similar to the following:
Example:
Question: Yes No Partial NA Total
A1 5 4 3 1 13
A2 4 2 7 0 13
A3 8 5 0 0 13
…
A30 7 6 0 0 13
Total ### ### ### ### 390
Thanks in Advance.
with a Date field (named: Date_Completed) and
numerous Text fields (named: A1, A2, A3 … A30).
The text fields are answers to questions 1, 2, 3 … 30.
Each text field input is limited via a
Validation Rule: "Y" Or "P" Or "N" Or "NA"
What would the SQL be for the query
if I need the count of the number of each response to
each text field.
Hopefully I'll be able to use the query to
create a report similar to the following:
Example:
Question: Yes No Partial NA Total
A1 5 4 3 1 13
A2 4 2 7 0 13
A3 8 5 0 0 13
…
A30 7 6 0 0 13
Total ### ### ### ### 390
Thanks in Advance.