I work with a claim auditing company and our entire management system is in Access '97. I'm trying to build an expression to calculate the total $ amount of all records with a specific status. Unfortunately I get errors every way I try it. The basic idea of the expression I need is:
=Sum[AmountFiled]when([Status]=8)
Any ideas?
=Sum[AmountFiled]when([Status]=8)
Any ideas?