spikey4him
Programmer
I have tried all the examples in the books and web sites I can find ... all fail with the same error message
Run Time Error "7951"
You entered an expression that has an invalid reference
to the recordsetclone property.
The debug takes me to the 'set' statement shown below
Dim rst As DAO.Recordset
Set rst = Me.RecordsetClone
I have set in VBA under Tools>References>
Microsoft ActiveX Data Objects 2.1 Library
Microsoft ActiveX Data Objects Recordset 2.5 Library
Microsoft DAO 3.6 Object Library
All to no avail...
Spikey4him
Run Time Error "7951"
You entered an expression that has an invalid reference
to the recordsetclone property.
The debug takes me to the 'set' statement shown below
Dim rst As DAO.Recordset
Set rst = Me.RecordsetClone
I have set in VBA under Tools>References>
Microsoft ActiveX Data Objects 2.1 Library
Microsoft ActiveX Data Objects Recordset 2.5 Library
Microsoft DAO 3.6 Object Library
All to no avail...
Spikey4him