BFreshour
Programmer
- Mar 20, 2002
- 84
The query data is coming out like this on my final query:
----------------------
----------------------
I need an output query that will post the question (once not as many times as their are answers), the answers to that question, and how many votes each has answer has...
Is this possible or do I need to re-do my query. My query is based of 3 tables. You can view my table setup by going to the topic in the SQL forum called Poll Results... - I'll post a link, but since I'm logged in, I'm not sure if it will work for you:
thread183-255390
----------------------
Code:
QUESTION ANSWER VOTES
Fav Color Blue 1
Fav Color Red 2
Fav Color Green 2
Fav Food Mexican 2
Fav Food Italian 1
Fav Food American 4
I need an output query that will post the question (once not as many times as their are answers), the answers to that question, and how many votes each has answer has...
Is this possible or do I need to re-do my query. My query is based of 3 tables. You can view my table setup by going to the topic in the SQL forum called Poll Results... - I'll post a link, but since I'm logged in, I'm not sure if it will work for you:
thread183-255390