T
Tom
I get an error when using the following in a query:
RoyaltyPrice: IIf([UnitPrice]="10","2",IIf([UnitPrice]
The function works in Excel.
RoyaltyPrice: IIf([UnitPrice]="10","2",IIf([UnitPrice]
"6.38","[UnitPrice]-4.25",IIf([UnitPrice]
"4.87","[UnitPrice]-([UnitPrice]*.6666)",IIf([UnitPrice]
"0","[UnitPrice]-3.25","0"))))
The function works in Excel.