StormbringerV
Programmer
I have a recordset created at form_load() from a database table. The recordset contains roughly 30,000 records. Is there anyway to clone/duplicate the recordset? I really don't want to have to read in the 30,000 records again, but there are some manipulations I'd like to do (searches, etc...) on the clone. Or am I going about this in the wrong way?
Thanks,
Dave
Thanks,
Dave