J
JamesDeckert
Access 2003
Is there some way to query a recordset? What I'd like to accomplish is to
create a table from a recordset. I'm doing it now programmatically,
traversing the rs and writing to the table. But I think it would execute
faster to use some kind of Make Table SQL to query the rs and create the
table. The recordset I'm using this time is a clone of a form recordset.
thanks,
James Deckert
Is there some way to query a recordset? What I'd like to accomplish is to
create a table from a recordset. I'm doing it now programmatically,
traversing the rs and writing to the table. But I think it would execute
faster to use some kind of Make Table SQL to query the rs and create the
table. The recordset I'm using this time is a clone of a form recordset.
thanks,
James Deckert