S
smk23
In the following code, I get an error "type mismatch" on the last line where
I am trying to establish a new recordset. What do I need to change?
Public Function fblnRecordNav2(frmActive As Form, _
intDirection As Integer) As Boolean
On Error GoTo Err_Unexpected
Dim rstClone As ADODB.Recordset
Set rstClone = frmActive.RecordsetClone
Thanks,
Sam
I am trying to establish a new recordset. What do I need to change?
Public Function fblnRecordNav2(frmActive As Form, _
intDirection As Integer) As Boolean
On Error GoTo Err_Unexpected
Dim rstClone As ADODB.Recordset
Set rstClone = frmActive.RecordsetClone
Thanks,
Sam