D
DS
I'm trying to get the sum of a records in a group footer. This is the
expression that I have in the footer:
=IIf([Text55]=True,[Text53]*[SalesTax]+[Text53],[Text53])
This is the expression that I have on the page footer...
=Sum(IIf([Text55]=True,[Text53]*[SalesTax]+[Text53],[Text53]))
I keep getting an ERROR message. How can I fix this?
Thanks
DS
expression that I have in the footer:
=IIf([Text55]=True,[Text53]*[SalesTax]+[Text53],[Text53])
This is the expression that I have on the page footer...
=Sum(IIf([Text55]=True,[Text53]*[SalesTax]+[Text53],[Text53]))
I keep getting an ERROR message. How can I fix this?
Thanks
DS