C
code_hungry
To whom it may confuse. I have a query with a text field that needs to be
sorted in descending order. The field name is "ContainerNumber" and the data
will always have at least a letter in the begining. As you can see the data
sample "D100/07" comes after "D10/07" and that is not what I need. I need
"D11/07" to come after "D10/07" and so on. How can I fix this?
ContainerNumber
D03/07
D06/07
D07/07
D08/07
D09/07
D10/07
D100/07
D101/07
D102/07
D103/07
D104/07
D105/07
D106/07
D107/07
D108/07
D109/07
D11/07
D110/07
D111/07
D112/07
D113/07
D114/07
D115/07
D116/07
D117/07
D118/07
D119/07
D12/07
D120/07
D121/07
D13/07
D14/07
D15/07
D16/07
D17/07
D18/07
D19/07
D20/07
D21/07
D22/07
D23/07
D24/07
sorted in descending order. The field name is "ContainerNumber" and the data
will always have at least a letter in the begining. As you can see the data
sample "D100/07" comes after "D10/07" and that is not what I need. I need
"D11/07" to come after "D10/07" and so on. How can I fix this?
ContainerNumber
D03/07
D06/07
D07/07
D08/07
D09/07
D10/07
D100/07
D101/07
D102/07
D103/07
D104/07
D105/07
D106/07
D107/07
D108/07
D109/07
D11/07
D110/07
D111/07
D112/07
D113/07
D114/07
D115/07
D116/07
D117/07
D118/07
D119/07
D12/07
D120/07
D121/07
D13/07
D14/07
D15/07
D16/07
D17/07
D18/07
D19/07
D20/07
D21/07
D22/07
D23/07
D24/07