I have a list of baseball opponents that shows the number of games scheduled and the number of games played. The [Count of Opponet] being scheduled games and [SumOfGameCount] the completed games. I keep getting errors. How can I get this to work in an aggregate query?
Jim OCode:Remaining:=Sum( [CountOfOpponet] - [SumOfGameCount] )