Hi,
I have created a way to sort the order of my columns for a rental database. I am alowing links to sort by address, city, & state. However, the address field, as you might imagine, is a difficult sort.
Here are two address:
12 N. Buter St.
24 Adams Ct.
If I would sort this, Butler street would come before Adams Ct., due to the number is sorted in the begining, not the address. So, how do I script it to ignore the numbers, and compass (ie. N., W., E. S)?