Converting currency to string

  • Thread starter Thread starter Nick Smith
  • Start date Start date
N

Nick Smith

I would like to write a function to return the textual value of a numerical
currency field on a form.
For example, the user would enter the value 23156.04 in a field and the
function would populate another textbox with the text: "Twenty three
thousand, one hundred and fifty six dollars and four cents" or similar.
Does anyone know where I could find a code snippet to do this? Thanks
 
Back
Top