J
JCrowe
Hi All,
I am drawing a complete blank on this query and have spent 3 hrs trying to
get past it.
Collection Situation:
1. A web page has a Poll on it that when submitted it writes to the Access
table called "survey_tbl"
2. The Poll has 3 selection to choose from and the are named A, B, C
3. The survey table has 2 fields ID and Response
4. When the user makes a selection and submits it...the table is accepts the
answer.
Note: Colleting the information into the table works if I use letters or
numbers to represent the user's answer.
Query Situation:
Once the data is collected via the input form the Response field is full of
"A", "B" & "C" 's. My thought was to run a query across the table to "Count"
but that is not working.
Needs Situation:
What I need is a method to count how many "A", "B" & "C" 's are in the
table. Once I have that I can display the results on the web page.
Thanks,
JCrowe
I am drawing a complete blank on this query and have spent 3 hrs trying to
get past it.
Collection Situation:
1. A web page has a Poll on it that when submitted it writes to the Access
table called "survey_tbl"
2. The Poll has 3 selection to choose from and the are named A, B, C
3. The survey table has 2 fields ID and Response
4. When the user makes a selection and submits it...the table is accepts the
answer.
Note: Colleting the information into the table works if I use letters or
numbers to represent the user's answer.
Query Situation:
Once the data is collected via the input form the Response field is full of
"A", "B" & "C" 's. My thought was to run a query across the table to "Count"
but that is not working.
Needs Situation:
What I need is a method to count how many "A", "B" & "C" 's are in the
table. Once I have that I can display the results on the web page.
Thanks,
JCrowe