bakershawnm
Programmer
thread705-1477065
I found the linked thread but that doesn't tell me anything really useful.
Does anyone know how to either type cast a DAO recordset as ADO or how to clone the DAO recordset into an ADO set?
I have a great little function, that I got from another source, that will make an actual copy of an ADO recordset (instead of a clone) in memory. But I can't use it for the Form recordset because it is a DAO.
If I could cast the DAO as an ADO that would solve all the issues.
Thanks
I found the linked thread but that doesn't tell me anything really useful.
Does anyone know how to either type cast a DAO recordset as ADO or how to clone the DAO recordset into an ADO set?
I have a great little function, that I got from another source, that will make an actual copy of an ADO recordset (instead of a clone) in memory. But I can't use it for the Form recordset because it is a DAO.
If I could cast the DAO as an ADO that would solve all the issues.
Thanks