Thanks
So, if you have a recordset open (rstMyRecordset), and you want to edit the
current record, your code would look something like the following:
rstMyRecordset.Edit
rstMyRecordset.Fields("Field1") = 1234
rstMyRecordset.Fields("Field2") = 5678
rstMyRecordset.Update
olat <iba...@hotmail.com> wrote in message
news:108f501c12124$0f60b5a0$9be62ecf@tkmsftngxa03...
Before a Requery, setting the form's Bookmark, changing the Filter
or OrderBy, reassigning the RecordSource, etc., insert:
If Me.Dirty Then
Me.Dirty = False
End If
--
Perth, Western Australia
Tips for MS Access users at:
http://odyssey.apana.org.au/~abrowne