D
dtb
I want to lookup a list of van numbers
Each driver may be assigned up to 5 vans.
example:
alonzo 123456
6789
blank
fred 4567
blank
blank
joe 34567
34566
34567
My results are
123456
6789
0
4567
I want to have a list of vans without the zeros. Can you help?
Each driver may be assigned up to 5 vans.
example:
alonzo 123456
6789
blank
fred 4567
blank
blank
joe 34567
34566
34567
My results are
123456
6789
0
4567
I want to have a list of vans without the zeros. Can you help?