Hello Guys,
I have a calculated textbox 'Total Cost' in my main form, which displays Sum of Unit cost*Qty of items from the items subform. Now, I have included 'Currency' (USD and CAD) field in my items subform as the items currencies differ. There is an Exchange rate textbox default value in the main form.
How do I consider currency in my Total Cost calculation? I wish to show Total Cost in both USD and CAD.
Is it something to do with textbox formula (if/else statement) or something else?
Thank you indeed for any possible help.