here's my setup: i have a continous form and i would like to have 10 unbound checkboxes on the form for each row of data. the checkboxes are just a GUI tool and the data of a field (hidden from the user) is dependent on which boxes are checked.
row 1 might have boxes 1 3 and 7 checked; row 2 might have no boxes checked, row 3 might have all boxes checked etc.
i want each checkbox to act independently of all the others. that is, i don't want a check in checkbox 1 of row 1 to cause a check to appear in checkbox 1 of row 2, row 3, row 4 etc, as currently happens.
can this be done (other than by having as many yes/no fields in my table as i want checkboxes, which is silly?
perhaps i shouldn't be using a continuous form...
thanks
gusset
row 1 might have boxes 1 3 and 7 checked; row 2 might have no boxes checked, row 3 might have all boxes checked etc.
i want each checkbox to act independently of all the others. that is, i don't want a check in checkbox 1 of row 1 to cause a check to appear in checkbox 1 of row 2, row 3, row 4 etc, as currently happens.
can this be done (other than by having as many yes/no fields in my table as i want checkboxes, which is silly?
perhaps i shouldn't be using a continuous form...
thanks
gusset