G
Guest
Hi
I have table called Curr_table
and the fields are Curr_code , and the items under that (USD /GBP/EUR)
Curr_rate , and the rates (0.295 /0.595 /0/335)
and another table called Fx_ladder
whereby all the currecies are listed with its repective fields
e.g(field) Dealtcurr and dealtamt
I need to extract only the curr_rate from curr_table_ usd
something like this,
Result :iif ([Dealtcur]="usd", i need to to extract usd rate from curr_table
e.g 0.295
How can i do that
Thanks in advance
I have table called Curr_table
and the fields are Curr_code , and the items under that (USD /GBP/EUR)
Curr_rate , and the rates (0.295 /0.595 /0/335)
and another table called Fx_ladder
whereby all the currecies are listed with its repective fields
e.g(field) Dealtcurr and dealtamt
I need to extract only the curr_rate from curr_table_ usd
something like this,
Result :iif ([Dealtcur]="usd", i need to to extract usd rate from curr_table
e.g 0.295
How can i do that
Thanks in advance