J
Jeannie
I have an append query that uses the following logic:
If the value on a related, open form is 0, append the [Scrap Price] value,
otherwise append 0.
actual calculation:
IIf([Forms]![ORDER_MASTER]![FORMULA].[Form]![PRICING_UNAVAIL]=0,[SCRAP
PRICE],0).
The query works if I run it independently, but will not make the change if I
embed it in a macro. It appears that the iif function is the problem.
If the value on a related, open form is 0, append the [Scrap Price] value,
otherwise append 0.
actual calculation:
IIf([Forms]![ORDER_MASTER]![FORMULA].[Form]![PRICING_UNAVAIL]=0,[SCRAP
PRICE],0).
The query works if I run it independently, but will not make the change if I
embed it in a macro. It appears that the iif function is the problem.