UPDATE filed value on FILTERED records

F

free_access

I have a form and several buttons (ways) to filter the records.

After FILTERING records (the filtering/selection may be different
every time!), I would like to update a field value but >only on the
filtered records<
(the current record set)

For example, I may filter on a certain ZIP-CODE and I want to update
the LABEL field only for those selected ZIP-CODES.

So these are the steps I need to be able to do:

1. select records by means of filtering in a form (this I have
working)
2. update field "LABEL" with value "TRUE" by means of a button on the
form
(but only CURRENT, filtered records)

THANK YOU!!
 
Top