I am trying to update only non-filtered rows from a recordset. I am trying to do this by:
1. Create rs
2. Filter out un-wanted rows
3. Create a new rs based on the un-filtered rows
4. Update new rs
How do I do #'s 3 & 4 and keep all of the rs attributes the same, col names, etc...
Thanks
1. Create rs
2. Filter out un-wanted rows
3. Create a new rs based on the un-filtered rows
4. Update new rs
How do I do #'s 3 & 4 and keep all of the rs attributes the same, col names, etc...
Thanks