Jump to content

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

Recommended Posts

Posted

ok... I have a number field on one layout and i want it to display as a text on another layout. I need it to be a number field on the first layout so i can't change the field to text. So, i created another field that is a calculation field and used the NumToText and checked the caluc. result as Text. But, it doens't work. It still shows as a number. What am i missing?

Posted

I presume you want to convert numbers to words, e.g. 1 = "one", 100="one hundred", etc.

In which case you can find your answer here.

Posted

Thanks Peter - but that was WAY too complicated for me to follow. The only numbers that will be in my number field are 1,2,3, or 4 and i want it to say in the new field - One, Two, Three, or Four. That's it. VERY simple. No huge numbers or caluclations or money involved. Any other suggestions?

Posted

In that case, here's a simple version:

Two fields:

Number (number)

Num_to_Word (unstored, text) = Choose (Number, "Zero", "One", "Two", "Three", "Four")

This topic is 8254 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.