if I use this method,does it mean every record I added to the recordset would be added to the table that it connects to?
If I don't want that how to manage it?I only want to make the recordset a collection that store my searching result.And the records maybe from different tables and connections.
Thanks.