VBAhole22
Registered User.
- Local time
- Today, 08:38
- Joined
- Jan 18, 2002
- Messages
- 117
I designed a database around a questionaire form. The form has 20 questions. Each question is an option group and the value gets stored in a table with the questions in the fields. Each record in the table is another person filling out the form. When I first started the values of the question answers (the options in the options group) were 0,1,2,3. I just gave the option the value of the answer. This worked fine. Then the boss wanted to score some answers as fractions like 0,1.5,2,3.5. I got around this by doubling the option value and then at the end halfing the totals. So a answer of 1.5 would get an option value of 3 and in the final tally score I would divide by 2. No problemo.
Now the boss wants scores like 1.4, 3.6 and he wants two of the answers to have the same value.
How can I get option values to be anything but integers?
How can I write the correct score to the table?
How can I get two options to have the same value without both of them being selected everytime one of them is?
Option Group Mayhem!!!!
Now the boss wants scores like 1.4, 3.6 and he wants two of the answers to have the same value.
How can I get option values to be anything but integers?
How can I write the correct score to the table?
How can I get two options to have the same value without both of them being selected everytime one of them is?
Option Group Mayhem!!!!