S
Strobo
Hi,
I'm creating a checklist containing a large table with a set of 3 or 4
mutually exclusive check boxes in each row of the last column.
At first I tried using control check boxes, but it seems that there is no
simple way to make them mutually exclusive. I would have to write individual
code for each check box and with a large number of check boxes this becomes
too complicated.
I then switched to form check boxes, by adding the set of check boxes into a
form, and then copying that form. It was then as simple as having a simple
Macro that would run on entry.
The problem is that it seems that this does not work once the form is placed
inside a table.
Can anyone suggest how can I go about this?
I'm creating a checklist containing a large table with a set of 3 or 4
mutually exclusive check boxes in each row of the last column.
At first I tried using control check boxes, but it seems that there is no
simple way to make them mutually exclusive. I would have to write individual
code for each check box and with a large number of check boxes this becomes
too complicated.
I then switched to form check boxes, by adding the set of check boxes into a
form, and then copying that form. It was then as simple as having a simple
Macro that would run on entry.
The problem is that it seems that this does not work once the form is placed
inside a table.
Can anyone suggest how can I go about this?