B
Bre-x
I have the folling data on my table
Part, Rev
ABC, 000
CDD, 000
CDD, 00A
DDD, 000
DDD, 00A
DDD, 00B
FFF, 000
I need to select the parts with the highest Rev level
Part, Rev, Update
ABC, 000, Y
CDD, 000, N
CDD, 00A, Y
DDD, 000, N
DDD, 00A, N
DDD, 00B, Y
FFF, 000, Y
I would really apreciate if someone can help me with this problem.
Regards,
Bre-x
Part, Rev
ABC, 000
CDD, 000
CDD, 00A
DDD, 000
DDD, 00A
DDD, 00B
FFF, 000
I need to select the parts with the highest Rev level
Part, Rev, Update
ABC, 000, Y
CDD, 000, N
CDD, 00A, Y
DDD, 000, N
DDD, 00A, N
DDD, 00B, Y
FFF, 000, Y
I would really apreciate if someone can help me with this problem.
Regards,
Bre-x