J
JenAy
I am getting the message "Sytem resource exceeded". I have no query joins. In
my first query which runs successfully, I have two formulae:
ValueUSD: IIf([Currency]="CAD",[Value]/[USRate
IS-CAD],IIf([Currency]="Euro",[Value]*[USRate
IS-Euro],IIf([Currency]="GBP",[Value]*[USRate IS-GBP],[Value])))
and
ValueC: IIf([Region] Not Like "Europe",IIf([Subtotal 1]="Net
Revenue",[ValueUSD]*-1,[ValueUSD]),[ValueUSD])
Then I have many fields that use ValueC.
This query runs successfully only if I do not add any more columns with
formulae.
If I add additional columns or create another query using the above query
and with no additional columns, I get the above error message.
Can anyone tell me how can get around this?
Thanks,
JenAy
my first query which runs successfully, I have two formulae:
ValueUSD: IIf([Currency]="CAD",[Value]/[USRate
IS-CAD],IIf([Currency]="Euro",[Value]*[USRate
IS-Euro],IIf([Currency]="GBP",[Value]*[USRate IS-GBP],[Value])))
and
ValueC: IIf([Region] Not Like "Europe",IIf([Subtotal 1]="Net
Revenue",[ValueUSD]*-1,[ValueUSD]),[ValueUSD])
Then I have many fields that use ValueC.
This query runs successfully only if I do not add any more columns with
formulae.
If I add additional columns or create another query using the above query
and with no additional columns, I get the above error message.
Can anyone tell me how can get around this?
Thanks,
JenAy