S
stvlai
Hi
I have a Table that have 4 Fields : ID, Serial_No, Status, Model_No.
Contents of my Table
ID Serial_No Status Model_No
1 11 Ship AAA
2 11 Ready AAA
3 11 Repair AAA
4 22 Receive BBB
5 22 Repair BBB
6 33 Ship CCC
7 33 Ready CCC
How can I delete all the Serial_No Records that have "Ship" status?
So, in this case only the Record with Serial No "22" in ID 4 & 5 will
remain. Since SerialNo 11 & 33 have "Ship" Status, all the related
records to "22" & "33" will be deleted. Record ID 1,2,3,6,7 deleted.
Final Table :
ID Serial_No Status Model_No
4 22 Receive BBB
5 22 Repair BBB
Any advise is much appreciated. Thanks a bunch!
SLKW
I have a Table that have 4 Fields : ID, Serial_No, Status, Model_No.
Contents of my Table
ID Serial_No Status Model_No
1 11 Ship AAA
2 11 Ready AAA
3 11 Repair AAA
4 22 Receive BBB
5 22 Repair BBB
6 33 Ship CCC
7 33 Ready CCC
How can I delete all the Serial_No Records that have "Ship" status?
So, in this case only the Record with Serial No "22" in ID 4 & 5 will
remain. Since SerialNo 11 & 33 have "Ship" Status, all the related
records to "22" & "33" will be deleted. Record ID 1,2,3,6,7 deleted.
Final Table :
ID Serial_No Status Model_No
4 22 Receive BBB
5 22 Repair BBB
Any advise is much appreciated. Thanks a bunch!
SLKW