Normally my forms are simple, but not this one.
I need to do some calculations in a form and I would normally do them in query but this is more complicated. I have a form that representation of a questionnaire and all the scales are from 1 to 7.
For example: how well do you sleep at night (choose one) 1 2 3 4 5 6 7.
Then each of the questions are added up to get a persons total sleep score.
But with some questions a high score would be need to be converted to a low score.
For example: Do you wakeup feeling sleepy (choose one) 1 2 3 4 5 6 7.
So in the first question a 3 would not be changed but if you get a 6 on the second question it needs to be converted to a 2. But in either case a 4 would be the same.
I need to do some calculations in a form and I would normally do them in query but this is more complicated. I have a form that representation of a questionnaire and all the scales are from 1 to 7.
For example: how well do you sleep at night (choose one) 1 2 3 4 5 6 7.
Then each of the questions are added up to get a persons total sleep score.
But with some questions a high score would be need to be converted to a low score.
For example: Do you wakeup feeling sleepy (choose one) 1 2 3 4 5 6 7.
So in the first question a 3 would not be changed but if you get a 6 on the second question it needs to be converted to a 2. But in either case a 4 would be the same.
Comment