How to Use functions

J

JB

Dear Anand,
I am thankful that you gave me this useful tip about converting figures to words. Please give an idea on how to use this code. In one text box of a form, I have the no.. Can I have that no. written in words in another text box. Please help.
 
M

Marshall Barton

JB said:
I am thankful that you gave me this useful tip about converting figures to words. Please give an idea on how to use this code. In one text box of a form, I have the no.. Can I have that no. written in words in another text box. Please help.


Assuming the function name is English and that the text box
with the number is named txtAmount, then another text box
can display the words by using the expression:

=English(txtAmount)
 
Top