gwidijanto
Registered User.
- Local time
- Today, 03:48
- Joined
- May 4, 2003
- Messages
- 28
Hi all,
I'm new in here, also new with Access and now try to learn VBA to handle my Access application.
I have a problem with this user-defined function named ConvertCurrencyToEnglish. It's convert a numeric value to an English word representation. For example, the function will return the following words for the number 1234.56:
One Thousand Two Hundred Thirty Four Dollars And Fifty Six Cents.
http://support.microsoft.com/defaul...pport/KB/Articles/Q95/6/40.asp&NoWebContent=1
the problem is: I live in Indonesia and we spell "one hundred" and "one thousand" is slightly different, we spell it in one word, so it become like this: "ahundred" and "athousand".
I have difficulty trying to insert a function to find "one hundred" and converted it to "ahundred" also for "athousand".
I greatly appreciate if somebody can help me to solve this problem?
Thankyou very much.
I'm new in here, also new with Access and now try to learn VBA to handle my Access application.
I have a problem with this user-defined function named ConvertCurrencyToEnglish. It's convert a numeric value to an English word representation. For example, the function will return the following words for the number 1234.56:
One Thousand Two Hundred Thirty Four Dollars And Fifty Six Cents.
http://support.microsoft.com/defaul...pport/KB/Articles/Q95/6/40.asp&NoWebContent=1
the problem is: I live in Indonesia and we spell "one hundred" and "one thousand" is slightly different, we spell it in one word, so it become like this: "ahundred" and "athousand".
I have difficulty trying to insert a function to find "one hundred" and converted it to "ahundred" also for "athousand".
I greatly appreciate if somebody can help me to solve this problem?
Thankyou very much.