M
Mike W
I am trying to update records with the following code and continue to have
problems getting this to work. I'd appreciate ideas on my syntax / command
problems.
Set rst = CurrentDb.OpenRecordset("CRData")
rst.Index = "CRNumber"
rst.Seek "=", rptSN
rst.Edit
rst.Fields("PartNumber") = rptPartNum
rst.Update
rst.Close
Set rst = Nothing
Thanks,
Mike
problems getting this to work. I'd appreciate ideas on my syntax / command
problems.
Set rst = CurrentDb.OpenRecordset("CRData")
rst.Index = "CRNumber"
rst.Seek "=", rptSN
rst.Edit
rst.Fields("PartNumber") = rptPartNum
rst.Update
rst.Close
Set rst = Nothing
Thanks,
Mike