C
cprav
Hi everyone!
I am creating a Records Management database.
I want it to sort the file ID numberically ( so it goes from 1-99999 and not
1,10,100,2,20...)
My File ID is set up like this: 99999-99 (and sometimes-99; and sometimes-99)
So I am having problems because of the dashes - it will only be text. I did
try a decimal point which worked fine for the ID that only had two sets of
numbers, but not for those that had three or four sets of numbers.
I did contemplate splitting each set into a different field, but did not
like that idea and I also wanted this field to be unique, so that would not
work anyway.
Is there some way to have it stay as a text field, but still sort numerically?
Any suggestions?
Thanks!
I am creating a Records Management database.
I want it to sort the file ID numberically ( so it goes from 1-99999 and not
1,10,100,2,20...)
My File ID is set up like this: 99999-99 (and sometimes-99; and sometimes-99)
So I am having problems because of the dashes - it will only be text. I did
try a decimal point which worked fine for the ID that only had two sets of
numbers, but not for those that had three or four sets of numbers.
I did contemplate splitting each set into a different field, but did not
like that idea and I also wanted this field to be unique, so that would not
work anyway.
Is there some way to have it stay as a text field, but still sort numerically?
Any suggestions?
Thanks!