Jump to content

Survey Results


This topic is 8581 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I've created a database to survey training needs. I know about the limitations of radio boxes and check boxes, but I had to use them to facilitate record entry for teachers. Is there still some way to summarize survey results with these types of fields? I can email database.

Link to comment
Share on other sites

Sure, you just need to do a little extra work.

Let's say that a particular radio button can have three choices: Red, Green, and Blue. You want to know what percentage of the choises are of each color.

Create three fields: Is_Red, Is_Green and Is_Blue and make them number calculation fields. The calc for Is_Red would be

Color = "Red"

Where Color is the field where the choice is made. The calculation returns a 1 if the Red is checked and 0 if Red is not checked.

Then you can create summary fields that total these "bucket" fields to get the number for each color and the total for the found set.

Chuck

Link to comment
Share on other sites

This topic is 8581 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.