frosty2000
Technical User
Hello,
I am using a form to track employee benefit selections. In my form, I have a combo box where the user can select the name of the medical plan enrolled (i.e. Medical Gold, Medical Silver, or Medical Declined). I then have a checkbox titled "Medical Coverage" that I want to automatically check if the "Medical Gold" or "Medical Silver" is selected. (If left blank or if "Medical Declined" is selected, I want the box to remain unchecked.)
I would like the checkbox to automatically update the moment the plan is selected from the combo box. Also, once I get the checkbox working properly, I would like to hide the checkbox on the form, since it is populated automatically.
Any ideas on how to auto update the checkbox and then hide the checkbox? I'm new to programming, so I'm hoping the fix is something simple! Thanks for your help!
frosty2000
I am using a form to track employee benefit selections. In my form, I have a combo box where the user can select the name of the medical plan enrolled (i.e. Medical Gold, Medical Silver, or Medical Declined). I then have a checkbox titled "Medical Coverage" that I want to automatically check if the "Medical Gold" or "Medical Silver" is selected. (If left blank or if "Medical Declined" is selected, I want the box to remain unchecked.)
I would like the checkbox to automatically update the moment the plan is selected from the combo box. Also, once I get the checkbox working properly, I would like to hide the checkbox on the form, since it is populated automatically.
Any ideas on how to auto update the checkbox and then hide the checkbox? I'm new to programming, so I'm hoping the fix is something simple! Thanks for your help!
frosty2000