I
Indinfer
Using Access Reports and views. I already managed to show:
1. the income amount for each income account
2. the total income using a group footer sum.
3. the expense amount for each expense account.
4. the total expense using a group footer sum.
I could do those because my tables and views merged into a view in which the
income amounts and expense amounts and account names are the same columns
whether income or expense.
But now I am stuck on how to show net profit. I wish I knew how to follow a
report with another report that uses another table. But I only know how to
use one table or query in a report. Can a report use two or more tables
(queries)?
Or another way I might get the net income would be if I could somehow sum
positive the income and sum-negative the expense.
Are there any tips to get me in a good direction?
1. the income amount for each income account
2. the total income using a group footer sum.
3. the expense amount for each expense account.
4. the total expense using a group footer sum.
I could do those because my tables and views merged into a view in which the
income amounts and expense amounts and account names are the same columns
whether income or expense.
But now I am stuck on how to show net profit. I wish I knew how to follow a
report with another report that uses another table. But I only know how to
use one table or query in a report. Can a report use two or more tables
(queries)?
Or another way I might get the net income would be if I could somehow sum
positive the income and sum-negative the expense.
Are there any tips to get me in a good direction?