Hello all,
I am using the following code to update a record in a table, but instead of updating the record it is adding a new record.
-------------------------------------------------
With rstMillData
rstMillData.Edit
rstMillData!ReleaseNo = vReleaseNo
rstMillData.Update
End With
-------------------------------------------------
Thanks.
I am using the following code to update a record in a table, but instead of updating the record it is adding a new record.
-------------------------------------------------
With rstMillData
rstMillData.Edit
rstMillData!ReleaseNo = vReleaseNo
rstMillData.Update
End With
-------------------------------------------------
Thanks.