I have been trying to reset values in my recordset using syntax such as
rs.fields("colname").value = "value"
this seems to be fine.
But when I then try to do a MoveNext (or Move Previous)
I get a complaint that a column does not exist.
(This column is not necessarily the column I tried to update)
I don't want to update the database yet, only the recordset. Why might this be happening?
Thanks
sagn
rs.fields("colname").value = "value"
this seems to be fine.
But when I then try to do a MoveNext (or Move Previous)
I get a complaint that a column does not exist.
(This column is not necessarily the column I tried to update)
I don't want to update the database yet, only the recordset. Why might this be happening?
Thanks
sagn