dariopowell
Programmer
I am hoping to find a SQL function that will allow me to cast a money/int/dec field into actual text. So far I have had no luck.
Ex:
$152.50
needs to become
One Hundred Fifty Two and 50/100
As Im sure you have guessed, this is needed for printing checks.
Before I delve into the endless case..when..where SQL statements, I thought I would ask here first.
Thnaks in advance for your help!!
Ex:
$152.50
needs to become
One Hundred Fifty Two and 50/100
As Im sure you have guessed, this is needed for printing checks.
Before I delve into the endless case..when..where SQL statements, I thought I would ask here first.
Thnaks in advance for your help!!