I have several option button on a form, (Placed in an Option Group Frame) that I need to add the values of. For example Option234 = 2 (yes value), Option236 = 1 (partial) and Option238 = 0 (no value).
I created a text box calculate control and set the Control Source to
=Sum([Option234]+[Option236]+[Option238])
but I keep getting that #Name?
Is it not working becuase it's in a Option group frame?
I created a text box calculate control and set the Control Source to
=Sum([Option234]+[Option236]+[Option238])
but I keep getting that #Name?
Is it not working becuase it's in a Option group frame?