Need Help on Table/Form Design
I have a data input form with 32 questions each worth 10 points,. The answer is selected in a combo box with choices “Yes”, “No” or “N/A” (not applicable). Once the form is completed the following formula is used to compute the percentage score: count(yes) / 320 – count(na).
Does this sound like the best way to go about it?
At first I thought about assigning number values 1= yes and 0= no but got stuck on what to assign to "N/A" so that the calculation will work.
Check boxes are also a possibility.
Any suggestions for this Monday dimwit!!
I have a data input form with 32 questions each worth 10 points,. The answer is selected in a combo box with choices “Yes”, “No” or “N/A” (not applicable). Once the form is completed the following formula is used to compute the percentage score: count(yes) / 320 – count(na).
Does this sound like the best way to go about it?
At first I thought about assigning number values 1= yes and 0= no but got stuck on what to assign to "N/A" so that the calculation will work.
Check boxes are also a possibility.
Any suggestions for this Monday dimwit!!