H
hotplate74
I have some records where one column is a part, the other is the
problem with the part. One part can have different problems, but all
the parts are defective. I need to do a query of the top ten defects.
Could I have some advice on how to query the top ten defects?
Examples would be--
Part: Bracket Problem: scratched
Part: Bracket Problem: dented
Part: Cover Problem: light Paint
Part: Tire Problem: Flat
Part: Bracket Problem: scratched
The query would come back:
2 Brackets scratched
1 Bracket dented
1 Cover light paint
1 Tire flat
James
problem with the part. One part can have different problems, but all
the parts are defective. I need to do a query of the top ten defects.
Could I have some advice on how to query the top ten defects?
Examples would be--
Part: Bracket Problem: scratched
Part: Bracket Problem: dented
Part: Cover Problem: light Paint
Part: Tire Problem: Flat
Part: Bracket Problem: scratched
The query would come back:
2 Brackets scratched
1 Bracket dented
1 Cover light paint
1 Tire flat
James