Jump to content

Roman Numerals


This topic is 8621 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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

Link to comment
Share on other sites

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

=-=-=-=-=-=-=-=-=-=-=-=-=

Link to comment
Share on other sites

This topic is 8621 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.