J
jody
I would like to utilize the same exchange rate value in a
few different calculations in my database. The rate
value will change periodically. There will only be one
value at any given time.
The calculation will be something like this:
If UnitPrice is U.S. dollars then, UnitPrice *
ExchangeRate, else UnitPrice.
1) How do I make it easy for the user to update the
exchange rate periodically?
2) How could I take that single value and incorporate it
in 2 separate calculations?
Any help is appreciated.
Cheers,
Jody
few different calculations in my database. The rate
value will change periodically. There will only be one
value at any given time.
The calculation will be something like this:
If UnitPrice is U.S. dollars then, UnitPrice *
ExchangeRate, else UnitPrice.
1) How do I make it easy for the user to update the
exchange rate periodically?
2) How could I take that single value and incorporate it
in 2 separate calculations?
Any help is appreciated.
Cheers,
Jody