M
Michael D.
Hello,
I have a little "report generator" form that users can select criteria to
generate a custom report. Beside four of the primary criteria (that are each
combo boxes), I placed a "radio button" (ie, option group). I want to check
the radio button beside the combo box/label whenever they change a particular
combo combo box, so they know that is the type of report they will be
generating. I can't figure out how to "check" an option in an option group
via VBA though. There doesn't seem to be a "checked" property like there is
for (seemingly! haha!) every other language on the planet.
Radio: Label: Combo box:
* Project Title: cboTitles
* Project Manager: cboProjectManagers
* Department: cboDepartments
* Employee: cboEmployees
So when they make a change, say select a project manager from the
cboProjectManagers combo box, I want the radio button beside "Project
Manager" to be checked automatically...
Thanks! -Mike
I have a little "report generator" form that users can select criteria to
generate a custom report. Beside four of the primary criteria (that are each
combo boxes), I placed a "radio button" (ie, option group). I want to check
the radio button beside the combo box/label whenever they change a particular
combo combo box, so they know that is the type of report they will be
generating. I can't figure out how to "check" an option in an option group
via VBA though. There doesn't seem to be a "checked" property like there is
for (seemingly! haha!) every other language on the planet.
Radio: Label: Combo box:
* Project Title: cboTitles
* Project Manager: cboProjectManagers
* Department: cboDepartments
* Employee: cboEmployees
So when they make a change, say select a project manager from the
cboProjectManagers combo box, I want the radio button beside "Project
Manager" to be checked automatically...
Thanks! -Mike