B
BoB
Appreciate any help to get me in the right direction!
I am writing an Invoiced Sales Summary report. Invoices are created in
both USD and CAD but I want to calculate the USD to equivalent CAD.
I have created a make table query [qmtbExRateLookup] that creates a lookup
table [tblExRateLookup] with the exchange for that month in the invoice
line date. I am trying to calculate the equivalent CAD in the report by
using a text box with this as the control source,
=IIf([SH_ACCT_ID]="1901.1",[IV_SUB_TOTAL]*[tblExRateLookup]![Exch],[IV_SUB_T
OTAL]*1).
I don't get the calculated field.
Can anyone recommend another solution?
Dave
I am writing an Invoiced Sales Summary report. Invoices are created in
both USD and CAD but I want to calculate the USD to equivalent CAD.
I have created a make table query [qmtbExRateLookup] that creates a lookup
table [tblExRateLookup] with the exchange for that month in the invoice
line date. I am trying to calculate the equivalent CAD in the report by
using a text box with this as the control source,
=IIf([SH_ACCT_ID]="1901.1",[IV_SUB_TOTAL]*[tblExRateLookup]![Exch],[IV_SUB_T
OTAL]*1).
I don't get the calculated field.
Can anyone recommend another solution?
Dave