JDraw,
I tried the suggested function (as instructed) and it worked in the
"Debug" window, but after saving the function as "ConvertCurrencyToEnglish",
it failed (when using it in a form). The textboxes are defined as follows:
Textboxes
Check_Amount - ("Currency" format)
Check_Amount_Word (No value selected)
Below is the contents of "Event" in "After Update" of the "Check_Amount"
textbox
=ConvertCurrencyToEnglish([Check_Amount_Word])
I'm getting "Run-time error '94': Invalid use of Null. What is the problem ?