N
nouveauricheinvestments
Hi,
I have a form with a subform (datasheet view) that displays records in
a table. There is a checkbox there where the user can select the item
and then hit a button that says 'View'. I want to lock the table so
that only one record can be checked true at a time. How would I do
that? I was thinking about writing a loop that cycles through the
records in a table and evaluates every other record to false except
the last one selected. I'm not sure how to access the record in code
though...
I have a form with a subform (datasheet view) that displays records in
a table. There is a checkbox there where the user can select the item
and then hit a button that says 'View'. I want to lock the table so
that only one record can be checked true at a time. How would I do
that? I was thinking about writing a loop that cycles through the
records in a table and evaluates every other record to false except
the last one selected. I'm not sure how to access the record in code
though...