David Ball
Registered User.
- Local time
- Tomorrow, 03:58
- Joined
- Aug 9, 2010
- Messages
- 230
Hi,
I have a Text field, called KPI, of the format ABC1, ADC4, ABC15, etc.
I have set up a field in the query to extra the "number" part, but when I try to sort, it sorts with all items starting with 1 first, so 15 comes before 2, etc.
The formula I use to extract the numbers is:
SortNum: Right([KPI],Len([KPI])-3)
Is there a way to convert this new field to a Number format?
Thanks very much
Dave
I have a Text field, called KPI, of the format ABC1, ADC4, ABC15, etc.
I have set up a field in the query to extra the "number" part, but when I try to sort, it sorts with all items starting with 1 first, so 15 comes before 2, etc.
The formula I use to extract the numbers is:
SortNum: Right([KPI],Len([KPI])-3)
Is there a way to convert this new field to a Number format?
Thanks very much
Dave