Using Access 2003 (2000 format)
The field is text data type. It stores a street number. I can’t make it a numeric field because the street number could be something such as 5D or 12C rather than 982 or 13.
Using Blue Street as an example, there are 2 addresses on Blue Street by which I want to sort.
9 Blue Street
41 Blue Street
In a report these end up sorted as
41 Blue Street
9 Blue Street
It’s because Access sorts by the left-most number.
How do I fix this so that the addresses will sort correctly?
(Of course, I can’t use Descending sort order, because that throws other addresses out of proper sort order – e.g. 12 Jane St. and 20 Jane St.)
Thanks.
Tom