I want to be able to delete all records for a sequence number when all the status for that seq are "Closed, Complete or Cancelled" in any combination. In the data below I would want to delete Seq #2 and #3.
Seq Job Status
1 A1 Open
1 B Closed
1 c Closed
2 D Closed
2 E4 Closed
2 B Closed
3 H Complete
3 I Closed
3 A Cancelled
4 H1 Open
4 M Open
4 N UnReleased
Can I do this in a query(s) or do I have to use VBA?
Can someone help me with this?
Thanks.
Seq Job Status
1 A1 Open
1 B Closed
1 c Closed
2 D Closed
2 E4 Closed
2 B Closed
3 H Complete
3 I Closed
3 A Cancelled
4 H1 Open
4 M Open
4 N UnReleased
Can I do this in a query(s) or do I have to use VBA?
Can someone help me with this?
Thanks.