I took a look at your database. When I have had to deal with multiple currencies, I will create a new code table called Currency and put in the fields CurrencyID, CurrencyDesc, and CurrencySymbol. The data for this might be BP, British Pound, and the unicode symbol for the British Pound. Then...