MontyBurns
Programmer
Hi,
I know it's possible to create a query, and in the sort order clause call a Function or procedure to sort the records in a custom manner, but i'm unsure of the best way to code this proc.
I've got file numbers like:
A1.1
A1.10
A1.11
A1.12
A1.17
A1.2
etc.
Obviously this isn't the correct order for them as A1.2 should come before A1.10.
Would you use arrays, recordsets or what - i'm really not sure where to start!
Any help would be really appreciated,
Burns
I know it's possible to create a query, and in the sort order clause call a Function or procedure to sort the records in a custom manner, but i'm unsure of the best way to code this proc.
I've got file numbers like:
A1.1
A1.10
A1.11
A1.12
A1.17
A1.2
etc.
Obviously this isn't the correct order for them as A1.2 should come before A1.10.
Would you use arrays, recordsets or what - i'm really not sure where to start!
Any help would be really appreciated,
Burns