G
Guest
I have a table that requires me to actually store a calculated value for a
running total for inventory purposes
TransID = PK
RecID = the Sku
OrderDate
Shipped = units shipped
ShippedToDate = Value i need to calculate
have tried this multiple ways and i either seem to get a total for every
RecID to the OrderDate or for the correct RecID for its entire history even
beyond the OrderDate
thanks
running total for inventory purposes
TransID = PK
RecID = the Sku
OrderDate
Shipped = units shipped
ShippedToDate = Value i need to calculate
have tried this multiple ways and i either seem to get a total for every
RecID to the OrderDate or for the correct RecID for its entire history even
beyond the OrderDate
thanks