J
Jim Shaw
BlankI'm generating a report that has a section consisting of 66 Check
Boxes. For any given data row in the underlying table, only one of the 66
options is checked. Ideally, this would be handled by defining an Option
Group driven by a single data element in the underlying data table's rows.
Unfortunately, Access 2002 only allows 20 options in a group. There is no
intuitively obvious sub-grouping of these 66 options that fit into the 20
option restriction. My client will not allow me to replace all of the check
boxes with a single text box on the report.
Is there a better way of dealing with this many options in VBA other than 66
Case or elseif statements?
Thanks
-Jim
Boxes. For any given data row in the underlying table, only one of the 66
options is checked. Ideally, this would be handled by defining an Option
Group driven by a single data element in the underlying data table's rows.
Unfortunately, Access 2002 only allows 20 options in a group. There is no
intuitively obvious sub-grouping of these 66 options that fit into the 20
option restriction. My client will not allow me to replace all of the check
boxes with a single text box on the report.
Is there a better way of dealing with this many options in VBA other than 66
Case or elseif statements?
Thanks
-Jim