OK, this error has been SUCH a beat down.
I'm using Access 2000, and manipulating the contents of an ADO recordset on an unbound form.
Sometimes when I get to this line:
rsCurr.Update
I receive the error in the title of this post. The few solutions I've seen don't apply to my situation; I've seen one solution to add rsCurr.Edit before my update statement, but this is only for DAO recordsets. I've also seen another solution to check the status of the Me.Dirty property of the form, but this doesn't apply because I'm not using a bound form.
PLEASE, does anybody have any input as to the resolution of this error under the conditions I've described?
Thanks,
jender624
I'm using Access 2000, and manipulating the contents of an ADO recordset on an unbound form.
Sometimes when I get to this line:
rsCurr.Update
I receive the error in the title of this post. The few solutions I've seen don't apply to my situation; I've seen one solution to add rsCurr.Edit before my update statement, but this is only for DAO recordsets. I've also seen another solution to check the status of the Me.Dirty property of the form, but this doesn't apply because I'm not using a bound form.
PLEASE, does anybody have any input as to the resolution of this error under the conditions I've described?
Thanks,
jender624