L
Larry Stewart
I am using Access 2000 and I am attempting to add a
checkbox control to a continuous form recordset that will
allow a user to select the rows they want to print.
Then, my plan was to capture the rows that have the
checkbox selected and do my processing.
When I place a checkbox control within the detail band and
run the form, it does not allow it to be selected unless I
bind it to a column in the recordset. So, I create an
expression in the recordsource and bind it to the
checkbox. However, when I do this, and I click on the
checkbox, the checkbox is set for all rows, not just the
one I clicked on.
Again, I just want to allow the user to select the rows
they want by clicking on a checkbox field on each row. Is
there a way to do this??
Thanks,
Larry
checkbox control to a continuous form recordset that will
allow a user to select the rows they want to print.
Then, my plan was to capture the rows that have the
checkbox selected and do my processing.
When I place a checkbox control within the detail band and
run the form, it does not allow it to be selected unless I
bind it to a column in the recordset. So, I create an
expression in the recordsource and bind it to the
checkbox. However, when I do this, and I click on the
checkbox, the checkbox is set for all rows, not just the
one I clicked on.
Again, I just want to allow the user to select the rows
they want by clicking on a checkbox field on each row. Is
there a way to do this??
Thanks,
Larry