S
S.L.
I found that if I use ADO I can not write like the following, it generates
Type Mismatch error. :
Dim rst as New ADODB.Recordset
Set rst = Form!MyForm.RecordsetClone
If I change ADODB.Recordset to DAO.Recordset, Everything is OK.
1) How to assign form's recordset to ADO's rst ?
2) Except syntax,method,property I ever used on ADO, Do I also have to
change the way I programming with form's recordset ? ex., Bookmark...
TIA
Type Mismatch error. :
Dim rst as New ADODB.Recordset
Set rst = Form!MyForm.RecordsetClone
If I change ADODB.Recordset to DAO.Recordset, Everything is OK.
1) How to assign form's recordset to ADO's rst ?
2) Except syntax,method,property I ever used on ADO, Do I also have to
change the way I programming with form's recordset ? ex., Bookmark...
TIA