song2siren
Programmer
Hello
I've created a some asp pages which display results from a database of legal journals by citation order. I use ORDERStmt = "ORDER BY citation".
However, this means citations with two digits on the end such as [2002] CFLQ 25 come after those with three digits such as [2002] CFLQ 237. I just need these citations to appear in the correct number order. Hopefully this is fairly simple.
Any help would be much appreciated!
I've created a some asp pages which display results from a database of legal journals by citation order. I use ORDERStmt = "ORDER BY citation".
However, this means citations with two digits on the end such as [2002] CFLQ 25 come after those with three digits such as [2002] CFLQ 237. I just need these citations to appear in the correct number order. Hopefully this is fairly simple.
Any help would be much appreciated!