I
Irene
hi, i need you all help. I've two table which is table DO and table time
sheet. Table DO have 4 field, that is DO number, DO qty, DO date and PartID.
Table time sheet have autonumber, PartID, Packing Date, Location, Lot no,
Packing qty and delivered status. now i want to do running sum which is group
by PartID.
example:
PartID Packing qty Running Sum
A 500 500
A 100 600
A 500 1100
B 1000 1000
B 500 1500
Can i make it like this? Cos i want to use it when the DO issue, then the DO
qty will minus out the Part from the table time sheet and it is by sequence
like FIFO method. so i will use date to let the Part which packing first the
deliver first.
Example:
i have a DO no 1234 and DO qty is 1000 for PartID A and DO no 1235, DO qty
500 for PartID B. so i want the result come out for the table time sheet like
this:
PartID Packing qty Running Sum
A 100 100
B 500 500
B 500 1000
can make it? hope somebody can help me. thanks!
sheet. Table DO have 4 field, that is DO number, DO qty, DO date and PartID.
Table time sheet have autonumber, PartID, Packing Date, Location, Lot no,
Packing qty and delivered status. now i want to do running sum which is group
by PartID.
example:
PartID Packing qty Running Sum
A 500 500
A 100 600
A 500 1100
B 1000 1000
B 500 1500
Can i make it like this? Cos i want to use it when the DO issue, then the DO
qty will minus out the Part from the table time sheet and it is by sequence
like FIFO method. so i will use date to let the Part which packing first the
deliver first.
Example:
i have a DO no 1234 and DO qty is 1000 for PartID A and DO no 1235, DO qty
500 for PartID B. so i want the result come out for the table time sheet like
this:
PartID Packing qty Running Sum
A 100 100
B 500 500
B 500 1000
can make it? hope somebody can help me. thanks!