muliple option groups

Sway2119

New member
Local time
Yesterday, 17:05
Joined
Mar 10, 2014
Messages
7
I have 26 different option groups all with numeric values set for YES , NO, and N/A.

I attempted code to have the code read if the frame values were 1 Or 3 for all frames then a text field would read as "Pass" or it would be "Fail" but its not working. does anyone have any ideas on how to link all the options groups so that if YES or N/A have been selected then it will generate a PASS but if any of them selected NO it will be a FAIL.


any assistance would be helpful
 
If it helps I set the code as an After update event on the final Option group aka the last question.
 
Again Nevermind. i used the same coding but reversed it to recgonize if the option groups were set with a value of 2 then the text field would read FAIL or it would read PASS. It works perfectly. thanks
 
Again Nevermind. i used the same coding but reversed it to recgonize if the option groups were set with a value of 2 then the text field would read FAIL or it would read PASS. It works perfectly. thanks

You really take the fun out of this when you solve the issue yourself...

;)
 

Users who are viewing this thread

Back
Top Bottom