Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Spelling out a number

Status
Not open for further replies.

jdulac

MIS
Jan 5, 2002
63
0
0
US
Is there a function that will spell out the number. For example I have a number field with '5' and I want it displayed as "five". Or do i have to make my own formula?
 
Try using the ToWords() funtion.
It's described in the Help file.

Bob Suruncle
 
Thanks guys. I had to change the field to a number using the "val" command but than the "toword" worked for what I was looking for.
 
Then you should have posted that you have a string field with the number 5, not a number field.

If you give bad info, you won't get the proper response.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top