C
Cam
Hello,
I am trying to create a query to pull the next to last operation for all the
part# but not sure how to achieve this.
There are part# with several operations ranging from 10 to 999 or 997 and
number of operations vary by part#. Thanks
Here is the example data:
Part# Oper Other......
12A1260 10
12A1260 20
12A1260 35
12A1260 230
12A1260 999
05T1000 10
05T1000 50
05T1000 90
05T1000 997
Result wanted:
12A1260 230
05T1000 90
I am trying to create a query to pull the next to last operation for all the
part# but not sure how to achieve this.
There are part# with several operations ranging from 10 to 999 or 997 and
number of operations vary by part#. Thanks
Here is the example data:
Part# Oper Other......
12A1260 10
12A1260 20
12A1260 35
12A1260 230
12A1260 999
05T1000 10
05T1000 50
05T1000 90
05T1000 997
Result wanted:
12A1260 230
05T1000 90