Re: Sumproduct
Thank you Will for your support,
One thing, from my queries, certain field2 is empty, and i would like to replace the empty row with 0. I put this command in the field1;
select Iif(sum(field1) is null,0,sum(field1)),
but still the queries, not count the empty for field 2,
any suggestions?
thanks