I have a table that contains sales order info. A sales order could have multiple records based on the different items ordered. Some items in a sales order could get delivered if available while other items in the same sales order could not be delivered. For those line items delivered in a sales order, there is a status column that shows "C" (for closed) and for those line items undelivered shows nothing. Ex:
Sales Order Item Status
908111 Cable C
908111 Transreceiver C
908111 Coaxial Cable
908112 Cable C
908112 Transreceiver C
908112 Coaxial Cable C
As you see above, sales order 908111 is not 100% delivered since the third line has no status but 908112 is 100% delivered. I've been trying to take the entire 908111 order and place it in a different table that shows partially delivered but haven't had luck. Can anyone help?
2006-09-11
02:22:07
·
3 answers
·
asked by
FAM
1
in
Computers & Internet
➔ Programming & Design