Newbies TLATELOLCO2000 Posted October 9, 2000 Newbies Posted October 9, 2000 Does any one know if there is a way to sort Roman Numerals? I tried sort but it messes them up. If sorted correcty it should show the following. I 1 II 2 III 3 IV 4 V 5 VI 6 VII 7 VIII 8 IX 9 X 10 When it's sorted it shows something like this: I II III IV IX - Out of sequence - 9 V VI VII VIII X I have up to 100 in Roman #'s. Please Help. Thanx in advance
Kurt Knippel Posted October 9, 2000 Posted October 9, 2000 quote: Originally posted by TLATELOLCO2000: Does any one know if there is a way to sort Roman Numerals? I tried sort but it messes them up. If sorted correcty it should show the following. Create a value list with the proper order and use that value list for sorting OR you can make a field with the normal integer equivelant and sort by that field, which is much easier than the other option. ------------------ =-=-=-=-=-=-=-=-=-=-=-=-= Kurt Knippel Consultant Database Resources mailto:[email protected] http://www.database-resources.com =-=-=-=-=-=-=-=-=-=-=-=-=
Recommended Posts
This topic is 9062 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now