S
Slez via AccessMonster.com
I have the following expression in a report control's Control Source:
=Sum(Iif([CBDCodeID]=11,0,[LineMaterialCost]))
I need to expand that so that anything with CBDCodeID = 15 and 16 also
doesn't add the LineMaterialCost. How do I go about doing that? Any help is
appreciated!
Thanks!
=Sum(Iif([CBDCodeID]=11,0,[LineMaterialCost]))
I need to expand that so that anything with CBDCodeID = 15 and 16 also
doesn't add the LineMaterialCost. How do I go about doing that? Any help is
appreciated!
Thanks!