Option Group Problem

  • Thread starter Thread starter DDBeards
  • Start date Start date
D

DDBeards

I have three "Option Groups" that all have three checks (Yes - No - N/A) and
they capture the value to ans1, ans2, and ans3. Here is the problem, The
first Option allows me to click on any one of the three boxes with no
problems. However on both Option 2 and 3, I can choose anyone of the three
accept I can only change the selection once, until I click on another option
and then return to that can I change it again. Both option 2 and 3 only one
change per focus. Now here is the weird part, I copied the three Option
groups to a new form, and they work great?
Any ideas

DDBeards
 
DDBeards said:
I have three "Option Groups" that all have three checks (Yes - No - N/A)
and
they capture the value to ans1, ans2, and ans3. Here is the problem, The
first Option allows me to click on any one of the three boxes with no
problems. However on both Option 2 and 3, I can choose anyone of the
three
accept I can only change the selection once, until I click on another
option
and then return to that can I change it again. Both option 2 and 3 only
one
change per focus. Now here is the weird part, I copied the three Option
groups to a new form, and they work great?


Sounds weird, and the only explanation I can think of at the moment is that
there was code behind the original form that locked the option groups after
you made a selection.
 
The problem was found to be the size of the groups overlaped by a 1 hundreth
of an inch.
 
Back
Top