I have three different queries that find the sum of columns in three different tables. How can I then create another query that adds those columns together?
I tried to build an expression that looked like thie in the field portion of the query builder
Expr1: [qryFQDefScoreUs]![SumOfFQScoreUs]+[qryFQOffScoreUs]![SumOfFQScoreUs]+[qryFQSpecTeamUs]![SumOfFQScoreUs]
Then the total line was set to Expression.
This does not return a value.
Thanks!
I tried to build an expression that looked like thie in the field portion of the query builder
Expr1: [qryFQDefScoreUs]![SumOfFQScoreUs]+[qryFQOffScoreUs]![SumOfFQScoreUs]+[qryFQSpecTeamUs]![SumOfFQScoreUs]
Then the total line was set to Expression.
This does not return a value.
Thanks!