Hello,
I am attempting to write code for an inventory management system for my company. I need help to write code to reduce my inventory by the amount requested. I have a continually expanding table based on the items added to the request, so the code will need to find all of the item ID's on the table and reduce the quantity on another table based on the correlating item ID. The two tables are on separate sheet tabs.
I am attempting to write code for an inventory management system for my company. I need help to write code to reduce my inventory by the amount requested. I have a continually expanding table based on the items added to the request, so the code will need to find all of the item ID's on the table and reduce the quantity on another table based on the correlating item ID. The two tables are on separate sheet tabs.