I'm trying to sum values in query designer using certain criteria. Here is what I have so far but isn't working:
Account: [Balance] where [Type]="Football Account"
I have several other fields to capture in the query which is why I need to do it this way.