Author Topic: Microsoft Access Function Library: EuroConvert()  (Read 1850 times)

bbasujon

  • Administrator
  • VIP Member
  • *****
  • Posts: 1827
  • I want to show my performance at any where
    • View Profile
    • Higher Education
Microsoft Access Function Library: EuroConvert()
« on: August 15, 2012, 05:24:26 PM »
Function: EuroConvert()

Purpose: The EuroConvert() function converts a European currency value to or from Euros, using the European Union's fixed conversion rate.

Usage: EuroConvert(value, source, target)

Value is the currency value (as a number) that you wish to convert.
Source is the currency that you wish to convert from. Value is in this currency. The variable should be a string from the table below.
Target is the currency that you wish to convert to. The variable should be a string from the table below.

Returns: Currency value in target currency.

Examples and Special Cases

 Convert 10 Euros to French francs:
 EuroConvert(10, "EUR", "FRF")

 Convert 25 Italian lira to Euros:
 EuroConvert(25, "IRL", "EUR")
 

Currency Codes
Belgian francs   BEF
Luxembourg francs   LUF
Deutsche mark   DEM
Spanish peseta   ESP
French franc   FRF
Irish punt   IEP
Italian lira   ITL
Netherlands guilder   NLG
Austrian schilling   ATS
Portugese escudo   PTE
Finnish Markka   FIM
Euro
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection