S
Sharon
I'm trying to put together a database for a Customer Service survey.
I have 6 questions on the survey. Each question could be answered as
Strongly agree, Agree, Neutral, Disagree or Strongly disagree.
So far I have multiple tables set up -
tblQuestions - QuestionID (auto), Question
tblAnswers - AnswerID (auto), ResponseID, QuestionID, Answer
tblResponses - ResponseID (auto), QuestionID, AnswerID, and a few others
If I use a query that pulls these tables together in a query - the query
result is blank. I think it's because there is no data yet to display. I'm
fronting a user input form with this query. So, how do I get the form to
open so a user can input data?
I'm stuck. I intend to populate the tables by the user Input form. Does
anyone have an idea? I'm frazzled at this point...
I have 6 questions on the survey. Each question could be answered as
Strongly agree, Agree, Neutral, Disagree or Strongly disagree.
So far I have multiple tables set up -
tblQuestions - QuestionID (auto), Question
tblAnswers - AnswerID (auto), ResponseID, QuestionID, Answer
tblResponses - ResponseID (auto), QuestionID, AnswerID, and a few others
If I use a query that pulls these tables together in a query - the query
result is blank. I think it's because there is no data yet to display. I'm
fronting a user input form with this query. So, how do I get the form to
open so a user can input data?
I'm stuck. I intend to populate the tables by the user Input form. Does
anyone have an idea? I'm frazzled at this point...