I have a list ordered by Account then branch.
Account Branch
0000000605
0000000605 1
0000000605 10
0000000606
0000000606 3
0000000607 2
0000000608 2
0000000608 5
How would I pull only the first account wheather or not the branch is blank.
desired result would be
0000000605
0000000606
0000000607 2
0000000608 2
Thanks Simi
Account Branch
0000000605
0000000605 1
0000000605 10
0000000606
0000000606 3
0000000607 2
0000000608 2
0000000608 5
How would I pull only the first account wheather or not the branch is blank.
desired result would be
0000000605
0000000606
0000000607 2
0000000608 2
Thanks Simi