Update a record using recordset

  • Thread starter Thread starter Paul
  • Start date Start date
Like

Me.Form.Recordset.Fields("MyField") = "New value"

which is the same as

Me!MyField = "New value"

Perhaps you could state your goal more specifically to avoid replies as
general as the question.
Cheers,
Pavel
 
Back
Top