Chamark
06-24-2007, 05:05 PM
Using MS-SQL2000. I'm creating a Web form with 10 questions. Each question
can be answered by selecting one of 5 radio buttons (strongly agree, agree,
neutral, disagee, strongly disagree). Once all the questions are answered the
form is submitted to the database. I need help on how to structure the
database.
I need to be able to report results as
|Question| |SA| |A| |N| |D| |SD|
Question 1 5 2 2 1 3
Questiion 2 3 1 3 2 1
I tried creating the table with each question being a column, but since
SQL2000 doesn't support pivot I think I need another structure?
Your help is greatly appreciated. Thanks:confused:
can be answered by selecting one of 5 radio buttons (strongly agree, agree,
neutral, disagee, strongly disagree). Once all the questions are answered the
form is submitted to the database. I need help on how to structure the
database.
I need to be able to report results as
|Question| |SA| |A| |N| |D| |SD|
Question 1 5 2 2 1 3
Questiion 2 3 1 3 2 1
I tried creating the table with each question being a column, but since
SQL2000 doesn't support pivot I think I need another structure?
Your help is greatly appreciated. Thanks:confused: