S
Stuff3
I want to multiply the value in one column by one of 3 values (2 input as a
parameter). I am not sure how to tackle it.
On opening the query the user inputs a dollar rate as parameter dollar and a
euro rate as a parameter euro. I need a column C in the query to hold a value
calculated by multiplying a figure in colomn B with a value that is dependent
on if £ or $ or E is shown in column A. So if A=£ then C = B* 1. if A=$ then
C=B*dollar rate and if A=E then C=B*euro rate.
Please advise how to do this.
parameter). I am not sure how to tackle it.
On opening the query the user inputs a dollar rate as parameter dollar and a
euro rate as a parameter euro. I need a column C in the query to hold a value
calculated by multiplying a figure in colomn B with a value that is dependent
on if £ or $ or E is shown in column A. So if A=£ then C = B* 1. if A=$ then
C=B*dollar rate and if A=E then C=B*euro rate.
Please advise how to do this.