Assigning A Value To An Option Box

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

Guest

Hi,

I am trying to create four option check boxes each to represent a
number 1 - 4. The check boxes will be labeled such as EE which will equal the
numeric value of 1, and then AE will equal the numeric value of 2 and so on.
I will be using these values to later calculate an average of all these
options at the end of the survey form. Can someone please shed some light on
my situation please?

Thanks,
 
Each Option button has an Option Value property. That is what is
returned by the option group as the value selected. I think you should
be able to bind the option group to a field, and then use the options
and Option Value properties to collect the data that you need.



Chris
 
Back
Top