B
Bart
I have a calculated field in a form using the following:
=IIf([SC]="731" Or [Provider type]=1,[Payrate]*[Units],
[Payrate]*[Units]*1.1155)
I need to perform the same calculation in a query and used:
Expr1: IIf([SC]="731" Or [Provider type]=1,[Payrate]*
[Units],[Payrate]*[Units]*1.1155)
But I get errors in alll records except the ones where
[SC]="731"
What am I doing wrong?
thanks,
Bart
=IIf([SC]="731" Or [Provider type]=1,[Payrate]*[Units],
[Payrate]*[Units]*1.1155)
I need to perform the same calculation in a query and used:
Expr1: IIf([SC]="731" Or [Provider type]=1,[Payrate]*
[Units],[Payrate]*[Units]*1.1155)
But I get errors in alll records except the ones where
[SC]="731"
What am I doing wrong?
thanks,
Bart