i need an query for update my record added by old value and new updated value \
here is my query :
conn.Execute ("Update Medicine_Details SET UnitsInStock='" & rs3.Fields.Item(3).Value & "' where ProductID='" & rs3.Fields.Item(2).Value & "'")
but i dont know how to use sum in function these query working updating record but i need updating and counting also existing record ...