ROMAN.MDB consists of:

Form RomanNum: 	a small form for demonstration

Module RomanNum: containing the functions (usable anywhere)

  For converting any positive integer to a roman numeral (up to
    32767, if you really want to!):
	Function ArabToRoman()
	Function ArabToRomanSubF()

  For converting any roman numeral to an integer:
	Function RomanToArab()
	Function RomanToArabSubF()

Address questions to:
	Don Galt	102573.1573

18 June 1996