I am writing a total query and I keep getting the error message that I am trying to execute a function without a specified expression.
I have a table that says:
BLDG Count of A
1 1
2 3
3 1
And a Query That says:
BLDG Count of B
1 1
2 2
How do I write an expression that subtracts Count of B from Count of A only when the BLDG matches but displayes all of the totals for the first table.
Thanks in advance!!