I am creating a database where I must be able to remove inventory based on the date an item is to be made.
Right now my inventory table has a "Current" and "Reserve" stock. When my client puts an item to be built at a later date the "Current" stock for that item moves to the "Reserve" stock. My problem is how do I remove that "Reserve" stock on the day the item is to be built?
Thanks!