MajP
You've got your good things, and you've got mine.
- Local time
- Yesterday, 19:08
- Joined
- May 21, 2018
- Messages
- 9,489
Also do your yourself and everyone else a favor and get rid to table lookups!
This took me like twenty minutes to figure out why my original code did not work.
That issue is exactly described in that article.

Code:
=Sum(IIf([Currency]="EUR",[InvoiceTotalHome],0))
Lookup fields mask what is really happening, and hide good relational methodology from the user.