Display different currencies

G

Guest

Hello everybody.
I want a Sum column to display the currency symbol according to the currency
specified.

Currency Sum
EUR €78
USD $45
GBP £52
GBP £252
USD $145
GBP £52

Is it possible in any way?
 
D

Douglas J. Steele

Access only knows about one currency symbol at a time, and that comes from
whatever currency has been defined in Regional Settings (in the Control
Panel).

You may have to write your own function to add the symbol.
 
Top