F
Frank
I have a query built on a table that has an address field that has
information sorted such as:
123 Day Street
675 Bay Ave.
2423 Night Drive
3426 Day Street
1345566 Bay Ave.
5649999 Yellow View Ave
What I want to do is sort the information Ascending by Street name then by
street number within Street Name. Hence, the above data should look like
this after I run the appropriate expression:
675 Bay Ave
1345566 Bay Ave
123 Day Street
3426 Day Street
2423 Night Drive
5649999 Yellow View Ave
How do I create an expression that performs the above?
Any assistance is greatly appreciated.
information sorted such as:
123 Day Street
675 Bay Ave.
2423 Night Drive
3426 Day Street
1345566 Bay Ave.
5649999 Yellow View Ave
What I want to do is sort the information Ascending by Street name then by
street number within Street Name. Hence, the above data should look like
this after I run the appropriate expression:
675 Bay Ave
1345566 Bay Ave
123 Day Street
3426 Day Street
2423 Night Drive
5649999 Yellow View Ave
How do I create an expression that performs the above?
Any assistance is greatly appreciated.