revilord
Programmer
- Oct 2, 2003
- 64
I have a field (PartNumber) in the talbe Parts that looks like this
A1234
B2345
12345
234357
I want to sort the table by PartNumber but have the parts with Letters sorted first. Example would be to sort A-Z then 0-9.
A1234
B2345
12345
234357
I want to sort the table by PartNumber but have the parts with Letters sorted first. Example would be to sort A-Z then 0-9.