O
okron
Guest
I have two tables with the following fields (simplified version):
Type (Actual or Budget)
Year
Month
Account
Amount
One table with Actuals and one with Budgeted amounts, the budget table has no duplicate accounts while the Actual table does. I built a union query to combine the two but I can't seem to figure out how to build a report showing three columns (again simplified)...Account, Actuals and Budget. I want the Actuals to show all rows but since there is only one Budget amount for an account I would like to show that budget amount along side the total of the Actuals (for a particular account).
Appreciate any help you can give me.
Type (Actual or Budget)
Year
Month
Account
Amount
One table with Actuals and one with Budgeted amounts, the budget table has no duplicate accounts while the Actual table does. I built a union query to combine the two but I can't seem to figure out how to build a report showing three columns (again simplified)...Account, Actuals and Budget. I want the Actuals to show all rows but since there is only one Budget amount for an account I would like to show that budget amount along side the total of the Actuals (for a particular account).
Appreciate any help you can give me.