I have a form which shows the summary of all the monthly transaction. The column are Company, Transaction Type, and total. All the amount generated in the form are form query. What I want is to add a column which would put all the amount that are in USD in CAN $. Here is the form:
And the Query:
So what I want to do is to add a column after Total which would show the amount in CAD $. The currency rate is already stored in a table. So all i need to know is how i can make this work.
Hope this is understandable, if you have any question feel free to ask
Thank you,
Pop
And the Query:
So what I want to do is to add a column after Total which would show the amount in CAD $. The currency rate is already stored in a table. So all i need to know is how i can make this work.
Hope this is understandable, if you have any question feel free to ask
Thank you,
Pop