TheVampire
Programmer
I have a disconnected recordset that I have created and appended fields to it, and filled it with data ( about 200,000 records ).
If I create a second disconnected recordset, can I select certain records from the first one by using SQL commands ( i.e. SELECT * from 'FirstRecordset' WHERE 'Status' = "OFFLINE" ) and insert them into the second recordset, or will I have to loop through the first RS to get what I need?
Any examples would be helpful!
Thanks,
Robert
If I create a second disconnected recordset, can I select certain records from the first one by using SQL commands ( i.e. SELECT * from 'FirstRecordset' WHERE 'Status' = "OFFLINE" ) and insert them into the second recordset, or will I have to loop through the first RS to get what I need?
Any examples would be helpful!
Thanks,
Robert