I was wondering if anyone knows:
Let's say I have a form (or subform) that displays a bunch of records, in tabular form.
Is there a way I can add a checkbox (or some other indicating control) that would allow the user to select any number of records.
The application of this is simple:
I have a number entered by the user. I have a form/subform displaying all the records, and I need the user to select (check off) the ones he is referring to.
Then I will need to go through the values of this control, see which record(s) the user had checked off... and change one of the field values in each.
Thank you for any help you can provide,
- arm1
Let's say I have a form (or subform) that displays a bunch of records, in tabular form.
Is there a way I can add a checkbox (or some other indicating control) that would allow the user to select any number of records.
The application of this is simple:
I have a number entered by the user. I have a form/subform displaying all the records, and I need the user to select (check off) the ones he is referring to.
Then I will need to go through the values of this control, see which record(s) the user had checked off... and change one of the field values in each.
Thank you for any help you can provide,
- arm1