S
spence
I have a subform calculated field [Amount] that looks like
this:
=IIf([SC]="731" Or [Provider type]=1,[Payrate]*[Units],
[Payrate]*[Units]*1.1175)
It works fine, but I have a calculated form in the footer
of the subform that is supposed to sum the line items in
field [Amount]:
=Sum([Amount])
The sum it gives me ignores the multiplier 1.1175 in all
cases even though the [Amount] line items display the
correctly multiplied amount.
What am I doing wrong here?
thanks,
spence
this:
=IIf([SC]="731" Or [Provider type]=1,[Payrate]*[Units],
[Payrate]*[Units]*1.1175)
It works fine, but I have a calculated form in the footer
of the subform that is supposed to sum the line items in
field [Amount]:
=Sum([Amount])
The sum it gives me ignores the multiplier 1.1175 in all
cases even though the [Amount] line items display the
correctly multiplied amount.
What am I doing wrong here?
thanks,
spence