G
Graeme Richardson
Hi I'm trying to read a reports recordset with the code
Dim rst As DAO.Recordset
Set rst= Me.Recordset
The code fails on assigning the recordset with error
2593: This feature is not available in an MDB.
Is this code only valid for ADP projects, or is there something I'm missing?
Thanks, Graeme.
Dim rst As DAO.Recordset
Set rst= Me.Recordset
The code fails on assigning the recordset with error
2593: This feature is not available in an MDB.
Is this code only valid for ADP projects, or is there something I'm missing?
Thanks, Graeme.