OK, I'm at my wits' end on this one! I need to be able to take a query of all of our open orders, and have a field that shows a running total on a line-by-line basis of our stock levels. For Example:
Item # Qty OH On Order Balance
123 100 10 90
123 100 25 65
123 100 75 -10
etc.
I have been going around in circles with the DSum function and have gotten nowhere. Anyone have any ideas? My goal here is to show all of the orders that we can ship based on current stock levels. Any help would be appreciated.
Item # Qty OH On Order Balance
123 100 10 90
123 100 25 65
123 100 75 -10
etc.
I have been going around in circles with the DSum function and have gotten nowhere. Anyone have any ideas? My goal here is to show all of the orders that we can ship based on current stock levels. Any help would be appreciated.