Form Based on diffrent tables

dealwi8me

Registered User.
Local time
Today, 11:01
Joined
Jan 5, 2005
Messages
187
I have a table named "Currencies" with CurCode and CurrDescription fields and a table named "Exchange" with From ( it takes the value of CurrCode), To (takes the value of CurrCode,in my case this is always set to EURO) and Rate Fields.
In a form with record source the table "Sales" I have a combobox with CurrDescprition, and a field called amount. The user enter the value in the amount field and he choose from the combo box the currency.
What i want to to is to get automatically the amount in EUROS based on the exchange rate and save it into a field called AmountInEuro, when the user choose a currency from the combo box.

Any suggestions?

Thank you in advance. :)
 

Users who are viewing this thread

Back
Top Bottom