B
Brennan
Hello:
I am using the following code in a control on a report
footer:
=Sum(IIf([tblBids_Status]="Pending-GC Not Awarded",
[2001],0))
I need the IIF statement to check for another value so I
used the following syntax:
=Sum(IIf([tblBids_Status]="Pending-GC Not Awarded",
[2001],0)OR IIf([tblBids_Status]="Pending-GC Has Job",
[2001],0))
The second statement does not return the correct
information. For 2001, my value should be $198,500 but
the 2nd statement returns a value of -($2)
Any comments or suggestions would be appreciated.
Thanks
Brennan
I am using the following code in a control on a report
footer:
=Sum(IIf([tblBids_Status]="Pending-GC Not Awarded",
[2001],0))
I need the IIF statement to check for another value so I
used the following syntax:
=Sum(IIf([tblBids_Status]="Pending-GC Not Awarded",
[2001],0)OR IIf([tblBids_Status]="Pending-GC Has Job",
[2001],0))
The second statement does not return the correct
information. For 2001, my value should be $198,500 but
the 2nd statement returns a value of -($2)
Any comments or suggestions would be appreciated.
Thanks
Brennan