Can you show me how I can do it from a query then run it from a button on a form... that's what I want.
I already have a query that goes like this:
SELECT Part.PartID, Part.ModelID, Part.PartNumber, Part.Balance, Part.Add, Part.Delete, Part.Output
FROM Part;
And in the Form I have this...
In a table i have the Balance numeric field. In a form I want to add x quatity to that Balance field and when I press the submit or refresh button I want to update the Balance.
Example:
Table:
BoxID, BaxName, Balance
Form:
Box 1 has a balance of 25 (boxes).
I want to add 5 more boxes.
Total...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.