-
Radio Button (resolved)
I have a Form with a group box and within that group box I have 3 Radio Buttons that will open different forms.
My problem is that the first radio button, once ticked stays selected the other two work like they are supposed to.
For example: If I tick RB2 and then tick RB3, RB2 will uncheck (and vice versa) but not RB1, once it has been ticked it will stay checked. Why is this??
I have tried to use an If Then statement but that did not work either
I’m a little confused.
Thanks!
:confused:
-
Make sure that the AutoCheck Property is set to true for RB1.
-
Yes it is!
I copyed the same setup into a new project and it is working fine there but it will not work in my project.
It is fixing to make me mad. :mad:
-
Sorry to say this but I never did find the Problem!
Had to rebuild!
(resolved)