G
Guest
I have a form that I want to have 5 check boxes on. I may select 1 or more
of the check boxes, and I want to store the value of which boxes are checked.
I've tried adding an option group and placing the check boxes in there, but
when I click on one box, they all become checked. If I assign them values
(1-5) and click on them, they display 1-5, but this time only one box is
checked.
How do I handle allowing for multiple check boxes? Do I use ungrouped check
boxes and then write code in the AfterUpdate event to store the value and
then use the OnCurrent event to set the values when changing records.
Does anyone have an example they can point me to or share with me.
TIA
Mark
of the check boxes, and I want to store the value of which boxes are checked.
I've tried adding an option group and placing the check boxes in there, but
when I click on one box, they all become checked. If I assign them values
(1-5) and click on them, they display 1-5, but this time only one box is
checked.
How do I handle allowing for multiple check boxes? Do I use ungrouped check
boxes and then write code in the AfterUpdate event to store the value and
then use the OnCurrent event to set the values when changing records.
Does anyone have an example they can point me to or share with me.
TIA
Mark