I have an Unbound control on a report in the page footer. I am trying to put the following in its control source because I only want it to appear on page 1. I am of course getting an invalid syntax error. Can anybody see what I am doing incorrectly? Thanks.
=IIf([Page]=1 And Not IsNull[Me.TaxDef],[SumOfLine] + [txtTotFees],Null)
=IIf([Page]=1 And Not IsNull[Me.TaxDef],[SumOfLine] + [txtTotFees],Null)