M
M Skabialka
I am using a subroutine to pass a recordset, then manipulate it as follows:
GetInfo rs, strInfoName
Sub GetInfo(rs As Recordset, strInfoName As String)
However, although rs.AddNew, making field changes, then rs.Update works,
this doesn't:
rs.FindFirst "[IDNum] =" & RecID
3251: Operation is not supported for this type of object.
I am trying to update some records, and add others. I can't update becuase
I can't get the records in focus.
I don't know what is causing this error.
I have tried a compact/repair.
Please help with this dilemma.
Thanks,
Mich
GetInfo rs, strInfoName
Sub GetInfo(rs As Recordset, strInfoName As String)
However, although rs.AddNew, making field changes, then rs.Update works,
this doesn't:
rs.FindFirst "[IDNum] =" & RecID
3251: Operation is not supported for this type of object.
I am trying to update some records, and add others. I can't update becuase
I can't get the records in focus.
I don't know what is causing this error.
I have tried a compact/repair.
Please help with this dilemma.
Thanks,
Mich