pcc
Well-known Member
- Joined
- Jan 21, 2003
- Messages
- 1,366
- Office Version
- 2021
- Platform
- Windows
I have a userform with 2 optionbutton (only 2).
If one button is clicked it becomes 'true' and the other becomes 'false', and vice versa. This is exaclty what should happen, so that's fine.
If I attach a control source to each button (so that the selected option is remembered when the form loads), then , on clicking the one that id false, the other one becomes false, but the one clicked remains false also. I have to click it again to get it to be true. Inspection of the cells that are the controlsources shows that when this happens, both cells accurately treflect the optionbuttons' status ie they go from
True+False (Initial state)
False+False (afetr first click)
False+True (afetr second click)
anyone know what causes this effect. It's very annoying,
If one button is clicked it becomes 'true' and the other becomes 'false', and vice versa. This is exaclty what should happen, so that's fine.
If I attach a control source to each button (so that the selected option is remembered when the form loads), then , on clicking the one that id false, the other one becomes false, but the one clicked remains false also. I have to click it again to get it to be true. Inspection of the cells that are the controlsources shows that when this happens, both cells accurately treflect the optionbuttons' status ie they go from
True+False (Initial state)
False+False (afetr first click)
False+True (afetr second click)
anyone know what causes this effect. It's very annoying,