I am trying to figure this out, and after banging my head against the wall for a few hours I thought I would ask to see if there is something I am missing.
Scenario:
Table icfct holds transactions. A sample list of rows would look like this:
Row_ID Part_ID Program_ID
872 11-001 ICTKI
926 11-001 ICTIE
1055 11-001 SOTSE
1374 11-002 ICESS
1375 11-002 SOTSE
1971 11-002 ICUAR
2022 11-004 ICUAR
What I want to get is the part_id that ONLY has a program id of ICUAR. In this example I would only get 11-004. 11-002 would not fit the criteria because it has been used in other programs.
Anyone have any clues on where to go with this?
Thanks.
Ted
Scenario:
Table icfct holds transactions. A sample list of rows would look like this:
Row_ID Part_ID Program_ID
872 11-001 ICTKI
926 11-001 ICTIE
1055 11-001 SOTSE
1374 11-002 ICESS
1375 11-002 SOTSE
1971 11-002 ICUAR
2022 11-004 ICUAR
What I want to get is the part_id that ONLY has a program id of ICUAR. In this example I would only get 11-004. 11-002 would not fit the criteria because it has been used in other programs.
Anyone have any clues on where to go with this?
Thanks.
Ted