> There's code to do this at the following URL ...
>
[quoted text clipped - 10 lines]
> >
> > Thanks
You need to put the code in a standard module. (To create a new standard
module, when the database window is active select Module from the Insert
menu). Then you can use the function just as you would use any of the
built-in functions. For example, to display the text in a text box, you
could set the ControlSource property of the text box to ...
=English([SomeField])
... where 'SomeField' is the name of your currency field.
Make sure the currency field is included in the form's record source, and
that the text box does not have the same name as the field.

Signature
Brendan Reynolds (MVP)
> Hi Brendon,
>
[quoted text clipped - 22 lines]
>> >
>> > Thanks
Gerald - 08 Aug 2005 07:11 GMT
Thanks, Brendan. That was helpful
Last but not least, can u help me in below
1. at the end of the alpa for currency it has 'exactly' and I need as 'only'
2. when currency has decimal it shows e.g. five hundred 50/100 not
3. can we make all as ALL CAPITALS
4. ideally it should allow me the select the currency e.g pound , dollor or
else
e.g FIVE HUNDRED DOLLARS AND 50 CENTS
Any help on above will be appreciated
Many thanks
> You need to put the code in a standard module. (To create a new standard
> module, when the database window is active select Module from the Insert
[quoted text clipped - 35 lines]
> >> >
> >> > Thanks