In my query I have the folowing expression:
Currency: Iif([Exch]="1";"Szt";"Eur") - if the exchange rate is 1 then the currency is Zlotty if different from 1 then it's Euro
When I run the query it returns "#Error" ?
Anyone have an idea to fix this?
Currency: Iif([Exch]="1";"Szt";"Eur") - if the exchange rate is 1 then the currency is Zlotty if different from 1 then it's Euro
When I run the query it returns "#Error" ?
Anyone have an idea to fix this?