So the database this user was using was made in Office 97. The query to sum two different columns in two different queries worked fine. Then we upgraded her to Office 2003 and converted the database and it no longer worked.
Here is what I need to do:
In total query there is a sum of account and sum of extended column that sums everything in the account and extended columns from table1.
In total a query there is a sum of account and sum of extended column that sums everything in the account and extended columns from table2.
In my grand total query I want two figures returned...one will be the sum of account columns from both total and total a queries. And the other figure will be the sum of extended columns from both total and total a queries.
I have tried this numerous different ways and always get the same result...a blank returned in the grand total query. From some research I've done this could be because one of the tables/queries frequently returns no data?
Thanks for your help!
Here is what I need to do:
In total query there is a sum of account and sum of extended column that sums everything in the account and extended columns from table1.
In total a query there is a sum of account and sum of extended column that sums everything in the account and extended columns from table2.
In my grand total query I want two figures returned...one will be the sum of account columns from both total and total a queries. And the other figure will be the sum of extended columns from both total and total a queries.
I have tried this numerous different ways and always get the same result...a blank returned in the grand total query. From some research I've done this could be because one of the tables/queries frequently returns no data?
Thanks for your help!