JohnHarkins
MIS
My control for a dollar amount summarized from a prior query looks like this:
=IIf([Election]="GDWC02",IIf([SumOfDonation]>0.1,[SumOfDonation],"",""
The result for all GDWC02 entries is always #ERROR#. Please help.
The data come from a subquery that has two columns: "SumOfDonation" and "Election". "SumOfDonation" can contain a null value or a positive dollar amount. My objective is to show the value for those amounts greater than $0.10 for any GDWC02 Election entries; otherwise null or blank. Can't figure out why I'm getting #ERROR#.
Thanks,
John John Harkins
=IIf([Election]="GDWC02",IIf([SumOfDonation]>0.1,[SumOfDonation],"",""
The result for all GDWC02 entries is always #ERROR#. Please help.
The data come from a subquery that has two columns: "SumOfDonation" and "Election". "SumOfDonation" can contain a null value or a positive dollar amount. My objective is to show the value for those amounts greater than $0.10 for any GDWC02 Election entries; otherwise null or blank. Can't figure out why I'm getting #ERROR#.
Thanks,
John John Harkins