May-07-2022, 03:44 PM
(This post was last modified: May-07-2022, 03:44 PM by deanhystad.)
To change an inventory count you can query the current count, modify the returned value, and update the database using the new value. This will work fine if you are the only user. If there are multiple users you'll want the database to perform the operation.