Surveys

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Okay, l have a survey that contain 28 quetions. Each question that is
answered yes, will have a number value to it. For example, if they answered
yes to "is the plan a 5500 plan?" that question is worth 1 point. I want the
total points added up on the form? So when I do a query and as for the plans
that scored between 50-60 ponts to pull up, it would be able to do so.
 
You can add a field in the table where the 5500 Plan is, and give it a
value.
If you are not using a table for the Options, you can do this by using the
LookupWizard to list the Answer choices, you can add another column to it,
listing the Value, but then Hide it from view. But in the query that pulls
the answers, you woulld add that value field to it, and then use the Sum
option. It will add all the instances based on the value you assigned.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top