Hello,
So this is the problem. I am calculating the conversion of currency according to the rate described in a master table that i have created.
My main data has fields known as Sales(USD), Sales(SGD
I have put the exchange rate of Singapore Dollar in the master table and it looks like this:
Currency Exchange Rate
SGD 0.72
The Sales(USD) in the main has a sales figure, say $30.
I just want to be able to calculate USD/SGD (where the value of SGD is from master table), which will give me the Sales figure in Singapore Dollar.
I now there is another way of calling the real time exchange data, but that isnt what I am required to do here.
So how can I call the value of SGD from another table?
Thank You for your help 🙂