Hi all,
I have an inventory table which has the following fields:
Date; Code; Beginning_inventory; Qty received; qtyShipped; then I have a query which calculates the ending inventory. It follows that today's ending inventory for a particular code will be tomorrow's beginning inventory. My problem is I can't figure out how to automate this process, so that when the user adds new records, yesterday's ending invetory is used as today's beginning inventory. I hope this makes sense.
Thanks all
I have an inventory table which has the following fields:
Date; Code; Beginning_inventory; Qty received; qtyShipped; then I have a query which calculates the ending inventory. It follows that today's ending inventory for a particular code will be tomorrow's beginning inventory. My problem is I can't figure out how to automate this process, so that when the user adds new records, yesterday's ending invetory is used as today's beginning inventory. I hope this makes sense.
Thanks all