I have this excel expression that works great. any ideas with examples of how to translate it to access =if(sum(G10:G11)=2,$C$3*$D$3,0)
I have this excel expression that works great. any ideas with examples of how to translate it to access =if(sum(G10:G11)=2,$C$3*$D$3,0)
Are you using this in a textbox in report footer section? Maybe:
=IIf(Sum([fieldname])=2, "this value", "other value)
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.