L
LarryP
I have a form with a subform: parent records in the form, related child
records in the subform. The user can filter the subform data with the
built-in Access filtering functionality.
I also have a button on the subform that sets a "batch flag" checkbox on the
subform (actually, performs an SQL update of the field in the underlying
table). Problem is, when the user filters down the subform data from 100
records to the 10 he's really interested in, the button still flags ALL the
records, not just the ones that survived the filtering process. Could use
some sample code or other hints on the easiest way to flag only the filtered
records.
records in the subform. The user can filter the subform data with the
built-in Access filtering functionality.
I also have a button on the subform that sets a "batch flag" checkbox on the
subform (actually, performs an SQL update of the field in the underlying
table). Problem is, when the user filters down the subform data from 100
records to the 10 he's really interested in, the button still flags ALL the
records, not just the ones that survived the filtering process. Could use
some sample code or other hints on the easiest way to flag only the filtered
records.