I am working on an inventory database. I am needing the values entered in one table to add or subtract from another field in another table.
Example:
Supplies are requested. The request is entered into the database. Need number of supplies taken out to be reflected in the total inventory field. The same when supplies are ordered. The amount received will need to be added to the total inventory. This is so there is a running total of what is in the inventory at a given time. I did not know if I could do this with an append query or would need to use sql. Thanks for the help.
Example:
Supplies are requested. The request is entered into the database. Need number of supplies taken out to be reflected in the total inventory field. The same when supplies are ordered. The amount received will need to be added to the total inventory. This is so there is a running total of what is in the inventory at a given time. I did not know if I could do this with an append query or would need to use sql. Thanks for the help.