WhiskeyNovember
Technical User
I have a DB that keeps track of parts, these parts are assigned to a specific card to complete a job. I sort the report in ascending order using the cards number. some of these cards have more than one part, therfore the card number is repeated. I am asking if it is possible to modify the card number column in the report to highlight every other number or group of numbers. Basically I need it to highlight every other different card number set, it would highlight the first card number and all that were of the same number then skip the next section that were all the same also, but different from the first. like this
1
1
1(all ones being highlighted)
1
2
2(twos not being highlighted)
3
3(threes would be highlighted)
3
and so on and so forth for the rest of the output of my query.
1
1
1(all ones being highlighted)
1
2
2(twos not being highlighted)
3
3(threes would be highlighted)
3
and so on and so forth for the rest of the output of my query.