rbsorensen
New member
- Local time
- Today, 06:21
- Joined
- Jan 1, 2009
- Messages
- 8
I am having a problem with the use of radio button arrays on an Access subform.
When clicking a radio button in a group of several, the selection will not change, and the originally selected button remains as the currently selected one.
Here are the specifics:
1. There are eight option groups (frames) on the subform containing four radio buttons each.
2. Each option group is associated with a different integer field in the query attached to the subform.
3. The values of the four buttons in each option group are respectively 0, 1, 2, and 3.
4. The value of the associated database integer fields will set the selected button when the subform is opened (default field value is zero). The form open event contains code to verify that the field values are in the range of 0-3 (null values are set to zero).
5. The enabled property is "true", and the locked property is "false" for each button.
The first button is each option group is selected by default. If, for example, the second button is clicked, the first button retains the selected status.
Any ideas as to why this is not working properly?
When clicking a radio button in a group of several, the selection will not change, and the originally selected button remains as the currently selected one.
Here are the specifics:
1. There are eight option groups (frames) on the subform containing four radio buttons each.
2. Each option group is associated with a different integer field in the query attached to the subform.
3. The values of the four buttons in each option group are respectively 0, 1, 2, and 3.
4. The value of the associated database integer fields will set the selected button when the subform is opened (default field value is zero). The form open event contains code to verify that the field values are in the range of 0-3 (null values are set to zero).
5. The enabled property is "true", and the locked property is "false" for each button.
The first button is each option group is selected by default. If, for example, the second button is clicked, the first button retains the selected status.
Any ideas as to why this is not working properly?