megasuperman
Programmer
Ok here is what I need to do,
I have a recordset called Inventory, I need to update the quanity of a certain part number:
for example part # dw5469 quanity 15
add 5 more to that part
giving 20 simple math but cant figure out how to work that in to the recordset
the form manager updateRecord() will just overwrite the current record
If anyone can help or even give suggestions I would greatly apreciate it
I have a recordset called Inventory, I need to update the quanity of a certain part number:
for example part # dw5469 quanity 15
add 5 more to that part
giving 20 simple math but cant figure out how to work that in to the recordset
the form manager updateRecord() will just overwrite the current record
If anyone can help or even give suggestions I would greatly apreciate it