![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, I have a db table containing spot-rates for different currencies. They all lead back to the euro. For example 0,125. 100 EGP -> EURO = 100 * 0,125 = 12,5 EURO. Now I need a function to convert between the different currencies. All I have is a form with two comboboxes. cboFrom and cboTo which contain the different currencies. I read the values of the spotrates from a recordset. rstSpotRates.Fields("USD"). Is there an easy way to do this? It should be able to convert for example: USD - EURO EURO - GBP GBP - USD EGP - EURO EURO - EGP USD - GBP etc. Would be grateful, Marco |
![]() |
| Thread Tools | |
| Display Modes | |
| |