Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invalid Syntax in Unbound Control

Status
Not open for further replies.

EddyLLC

Technical User
Mar 15, 2005
304
0
0
US
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)
 
I tried different things and found it. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top