S
Struggling graduate researcher
I have created a database to record responses to a questionnaire in which
respondents must answer YES, NO or I Don't know for each question. For EACH
question, their response gets a different weight- for example, sometimes a
YES response = 3, sometimes = 1. SO I have created an "answer code table" in
which each question has a unique ID, and then I entered the correct values
for YES, NO, and I DON"T KNOW responses. Then I created a "survey" table
record responses, where each survey has a unique ID.
SO now what I want to do, is link the answer key table with each survey
response, so that I can easily enter the survey data and calculate each
respondents score based on the answer key with minimal error. Basically for
each question I wanted to have a drop down box with the three choices and
then have the numeric code automatically calculated in a separate record in
the table. I can't seem to figure it out. Please help!!
respondents must answer YES, NO or I Don't know for each question. For EACH
question, their response gets a different weight- for example, sometimes a
YES response = 3, sometimes = 1. SO I have created an "answer code table" in
which each question has a unique ID, and then I entered the correct values
for YES, NO, and I DON"T KNOW responses. Then I created a "survey" table
record responses, where each survey has a unique ID.
SO now what I want to do, is link the answer key table with each survey
response, so that I can easily enter the survey data and calculate each
respondents score based on the answer key with minimal error. Basically for
each question I wanted to have a drop down box with the three choices and
then have the numeric code automatically calculated in a separate record in
the table. I can't seem to figure it out. Please help!!