My business has a certain number of "modules" in inventory. One table has module number, # of modules initially and other info. In a form, the warehouse employee needs to enter in the Module number and how many modules are outgoing to a plant which will be saved in another table. Say we have 12 modules initially and a week later 3 are sent out. On another entry another employee will enter in that 4 modules were sent out to another plant, leaving 5 remaining in inventory.
I need to be able to look up how many modules are remaining in inventory by searching by module number. The number of rows is unknown for each module, (they might be sent 3 at a time, or one at a time).
How can I do this?? I thought about using Dlookup but am not sure how to look up and add the amount of "outgoing" entries for multiple rows of entries and subtract them from the "initial" inventory #.
Any suggestions?
I need to be able to look up how many modules are remaining in inventory by searching by module number. The number of rows is unknown for each module, (they might be sent 3 at a time, or one at a time).
How can I do this?? I thought about using Dlookup but am not sure how to look up and add the amount of "outgoing" entries for multiple rows of entries and subtract them from the "initial" inventory #.
Any suggestions?