Converting Number or Currency into Words

rb_raj4u

New Member
Joined
Jan 27, 2004
Messages
1
I have a Currency feild in a MS Access Report and would like to display word conversion in another feild (for Example: if I have 1234 in currency I would like to display it as One Thousand Two Hundred thirty Four.)

I would be very greateful if someone can help me in this.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Hi,

You can use the code from this MS article : Spell Number Function. Although the article is for MS Excel the code should work just fine in Access. Once you've added the function to a module you can call it just like any other function.
 
Upvote 0
I would like to use this function in a DB I have.

I have put the function in a module in the VB editor.

On frmPayment, I have a textbox where the currency amount is listed. ex=text45 = $32,485.00.

I have a new textbox I want the word form of currency to show (text89). How do I call this function to make it work correctly.

In the After_Update event of text45, what do I need to do?

Thanks,
 
Upvote 0

Forum statistics

Threads
1,213,489
Messages
6,113,954
Members
448,535
Latest member
alrossman

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top