G
gordzilla2000
I have a table that was created to accept the responses
from a survey.
The table was created with a field for each response to
each question:
SurveyID autonumber
q1 text 50
q2 text 50
q3 text 50
q4 text 50
etc.
I would like to change this to one record per question
i.e.
SurveyID autonumber
Question_no text 2
Response text 50
A sample of records would then be:
1 Q1 Yes
1 Q2 No
2 Q1 No
2 Q2 Yes
Is there an easy way to do this?
from a survey.
The table was created with a field for each response to
each question:
SurveyID autonumber
q1 text 50
q2 text 50
q3 text 50
q4 text 50
etc.
I would like to change this to one record per question
i.e.
SurveyID autonumber
Question_no text 2
Response text 50
A sample of records would then be:
1 Q1 Yes
1 Q2 No
2 Q1 No
2 Q2 Yes
Is there an easy way to do this?