I am trying to run a database that keeps track of inventory coming in and inventory going out of the building. I have 5 columns: column 1 is the product ID, column 2 is the product description, column 3 is Amount of products received, column 4 is amount of products taken from inventory, and column 5 is quantity on hand.
I want column 3 (Amount of products received) to be a button command which will +1 to the quantity at hand (column 5) as well as having column 4 (Amount taken) be a button command which will -1 from column 5 (quantity at hand) I am having trouble running a macro or command that will do this.
Any suggestions....