J
JamesJ
I'm trying to open an ADO recordsetclone using the
following code but I keep getting a Type mismatch error.
I believe I have the reference(s) to the ADO.
Dim RecClone As ADODB.Recordset
Set RecClone = Me.RecordsetClone
I'm relatively new to using the recordset object. I'm not
even sure whether to use ADO or DAO. But any
information will be appreciated.
Thanks,
James
following code but I keep getting a Type mismatch error.
I believe I have the reference(s) to the ADO.
Dim RecClone As ADODB.Recordset
Set RecClone = Me.RecordsetClone
I'm relatively new to using the recordset object. I'm not
even sure whether to use ADO or DAO. But any
information will be appreciated.
Thanks,
James