G
Guest
Greetings
I have a select query with a field containing text values like "xy7c_34dd".
I'd like have a calculated field that 'pulls out' any digits 0 to 9 and sorts
them as INTEGERS, not text. Values like this before sorting ...
xy7c_34d d
y 10w7c-aq
qr_ 107c-a q4
zz_hhq
.... after sorting becomes ...
zz_hhq
y 10w7c-aq 107
xy7c_34d d 734
qr_ 107c-a q4 1074
Can this be done as a calculated field, or do I need code (fairly new at
this, so help is much appreciated)
I have a select query with a field containing text values like "xy7c_34dd".
I'd like have a calculated field that 'pulls out' any digits 0 to 9 and sorts
them as INTEGERS, not text. Values like this before sorting ...
xy7c_34d d
y 10w7c-aq
qr_ 107c-a q4
zz_hhq
.... after sorting becomes ...
zz_hhq
y 10w7c-aq 107
xy7c_34d d 734
qr_ 107c-a q4 1074
Can this be done as a calculated field, or do I need code (fairly new at
this, so help is much appreciated)