G
Gary Schuldt
There must be an easy solution to this problem, which I've seen before but
don't know a solution:
I have a text field which represents a geographical sector Sector followed
by a sequence number. Examples are: NE-1, SE-10, NW-6, etc.
When I sort Sector ascending in a query, of course the order comes out:
NE-1
NE-10
NE-11
NE-2
etc.
when I want it to come out
NE-1
NE-2
NE-10
NE-11
etc.
What's the easiest way to get the result I want?
Thanks.
Gary Schuldt
don't know a solution:
I have a text field which represents a geographical sector Sector followed
by a sequence number. Examples are: NE-1, SE-10, NW-6, etc.
When I sort Sector ascending in a query, of course the order comes out:
NE-1
NE-10
NE-11
NE-2
etc.
when I want it to come out
NE-1
NE-2
NE-10
NE-11
etc.
What's the easiest way to get the result I want?
Thanks.
Gary Schuldt