Hi
I have a text field as primary key, need to sort it like this...
sen-01
sen-13
sen-152
sen-205
sen-1050
sen-1150
but access give me this:
sen-01
sen-1050
sen-1150
sen-13
sen-152
sen-205
I understand that because it is text field, the numbers behind are not considered as a single number, but on every digit. Any way to do it?
If not, I may want to convert is to number field, i guess i will have to drop the "sen". then again, in number field, will i able to enter preceeding zeros? eg: 01 and not 1.
Cheers
Sam
I have a text field as primary key, need to sort it like this...
sen-01
sen-13
sen-152
sen-205
sen-1050
sen-1150
but access give me this:
sen-01
sen-1050
sen-1150
sen-13
sen-152
sen-205
I understand that because it is text field, the numbers behind are not considered as a single number, but on every digit. Any way to do it?
If not, I may want to convert is to number field, i guess i will have to drop the "sen". then again, in number field, will i able to enter preceeding zeros? eg: 01 and not 1.
Cheers
Sam