I need to sort street addresses for people to walk on either side of the street. Therefore I need to order the even address numbers first, then the odd numbers.
I've already managed to sort by street name, but now how do I sort the data by evens and then odds within the streets?