funwithaccess
Registered User.
- Local time
- Today, 00:30
- Joined
- Sep 5, 2013
- Messages
- 80
Hi all!
I was wondering if there is a way to take the selected OptionValue from an option group on a form and have that value check a box in different fields on the bound table instead of just placing a value in one single field.
For example, I have a form that users will use to report technical issues of an application. On the form I have one option group of 6 options. Currently, the option group sends the selected value (1 - 6) into only one field (created using Control Wizard). Instead, I would like it to take the value of let's say "2" and check a box that is dedicated only in field 2 in the table, or if you select "6" it only checks the box for the field named "6". Is there a way to do that in VBA? I have no idea where to start.
BTW, I'd like to thank you for the amazing support that the members of this forum provide! I have learned more from Access-Programmers than any other resource online or in print.
Thanks,
Nate
I was wondering if there is a way to take the selected OptionValue from an option group on a form and have that value check a box in different fields on the bound table instead of just placing a value in one single field.
For example, I have a form that users will use to report technical issues of an application. On the form I have one option group of 6 options. Currently, the option group sends the selected value (1 - 6) into only one field (created using Control Wizard). Instead, I would like it to take the value of let's say "2" and check a box that is dedicated only in field 2 in the table, or if you select "6" it only checks the box for the field named "6". Is there a way to do that in VBA? I have no idea where to start.
BTW, I'd like to thank you for the amazing support that the members of this forum provide! I have learned more from Access-Programmers than any other resource online or in print.

Thanks,
Nate