G
Gerry Goldberg
How can I create a recordset from another recordset? The first recordset was
created in VBA with code:
set rst1=dbs.openrecordset(myQry1)
I would like to create a second recordset that is based on the first
recordset. Is it possible to do this?
Thanks,
Gerry Goldberg
created in VBA with code:
set rst1=dbs.openrecordset(myQry1)
I would like to create a second recordset that is based on the first
recordset. Is it possible to do this?
Thanks,
Gerry Goldberg