OK, I have a form that is in continuous forms format. It has data from an underlying table. The table and form have a checkbox (yes/no field) called - select.
I also have a list box on the form that is used to filter records. What I need to do is:
1) Filter the records (this works)
2) Set the "select" field to yes for all filtered records
I cannot figure out how to do #2 above.
I need to select all records after the filter and set the yes/no property to yes, for those records only..because most often most of the records will be desired on the report, so I want to select all and manually deselect records not wanted.
Does this make sense?
I also have a list box on the form that is used to filter records. What I need to do is:
1) Filter the records (this works)
2) Set the "select" field to yes for all filtered records
I cannot figure out how to do #2 above.
I need to select all records after the filter and set the yes/no property to yes, for those records only..because most often most of the records will be desired on the report, so I want to select all and manually deselect records not wanted.
Does this make sense?