G
Guest
I have this expression to determine which commission rate to use in an append
qry.
FinalCommRate: IIf(Not
IsNull([dbo_ar_cstmrmst]![commission_plan]),([dbo_op_commplandt_1]![commission_rate]/100),([dbo_op_commplandt]![commission_rate]/100))
The resulting values appear in datasheet view, but when when I run the qry
the values are set to 0 in the target table. I've tried adjusting number
formats to match but with no luck. I've dumped the values into a text field
in the table, and the values appear correctly.
What might I be missing? Thanks! Dave Miller
qry.
FinalCommRate: IIf(Not
IsNull([dbo_ar_cstmrmst]![commission_plan]),([dbo_op_commplandt_1]![commission_rate]/100),([dbo_op_commplandt]![commission_rate]/100))
The resulting values appear in datasheet view, but when when I run the qry
the values are set to 0 in the target table. I've tried adjusting number
formats to match but with no luck. I've dumped the values into a text field
in the table, and the values appear correctly.
What might I be missing? Thanks! Dave Miller