Hi, I have a ms-access table and i want to count the failure occurance.
BOARD-ID....FAILURE
A-123.......... FAIL-A
A-123.......... FAIL-A
A-125..........FA IL-A
A-126.......... FAIL-A
A-123.......... FAIL-B
A-123.......... FAIL-B
as you can see, the board id may repeat more than 1 row, since it the same
board id with the same faulure, I would count as 1.
So the result should be for failure occurance - -
FAIL-A =3
FAILl-B =1
But i cant think of a solution to solve, please advise
BOARD-ID....FAILURE
A-123.......... FAIL-A
A-123.......... FAIL-A
A-125..........FA IL-A
A-126.......... FAIL-A
A-123.......... FAIL-B
A-123.......... FAIL-B
as you can see, the board id may repeat more than 1 row, since it the same
board id with the same faulure, I would count as 1.
So the result should be for failure occurance - -
FAIL-A =3
FAILl-B =1
But i cant think of a solution to solve, please advise
Comment