ptgraber
09-09-2007, 02:05 PM
Hi Folks -
I have a simple IIF statement that I am stumped on.
I have a report based on a query. I want to write some condtional lines based on results of the query. I have created a text box and in its control source I have placed:
=IIf([SPONSORSHIPS] > 0,"Number of Sponsorships",Null)
Why is this an error? [SPONSORSHIPS] is numeric in table def.:confused:
Thanks
_PTG
I have a simple IIF statement that I am stumped on.
I have a report based on a query. I want to write some condtional lines based on results of the query. I have created a text box and in its control source I have placed:
=IIf([SPONSORSHIPS] > 0,"Number of Sponsorships",Null)
Why is this an error? [SPONSORSHIPS] is numeric in table def.:confused:
Thanks
_PTG