G
Guest
Here's the scenario:
I query my database and put all of the records into a recordset
In the recordset is a text field which I parse with a regular expression
This returns among other things a product code
I filter on the product code, and if it doesn't match the product code I
want I want to dump it from the recordset before I open a report and display
the results.
So, how do I remove records (rows) from the recordset without actually
deleting the underlying table data?
One thought was to populate a new recordset with the rows I DO want, but
this seems like overengineering.
Thanks,
-David
I query my database and put all of the records into a recordset
In the recordset is a text field which I parse with a regular expression
This returns among other things a product code
I filter on the product code, and if it doesn't match the product code I
want I want to dump it from the recordset before I open a report and display
the results.
So, how do I remove records (rows) from the recordset without actually
deleting the underlying table data?
One thought was to populate a new recordset with the rows I DO want, but
this seems like overengineering.
Thanks,
-David