A
Andreas
I am still stuck with this so, I will explain it in more detail:
I have 4 tables. 2 are for expenses 2 are for income:
Tables:
1) Invoices
2) Invoice Details
===> One-to-many relation
3) Expenses
4) ExpenseDetails
===> One-to-many relation
There is no relationship between Invoices and Expenses tables because they
are irrelevant.
Income from invoices tables can be summarized in a query and the same for
expenses so, I can have 2 queries, one for expenses and 1 for income.
Requirement:
Design a report that will include all expenses and all income, add the total
of expenses and total of income, and then subtract the expenses total from
the income total in order to find profit or loss.
What I have tried so far is to use subform as previously suggested but that
will just show another report that is totally separeted from the other. I
haven't managed to find a way to create a query between the 4 tables as this
would mix expenses with income. Also, I don't see any reason why to make a
relationship between expenses and income as they have no relationship.
What is the proper way to do this?
I have 4 tables. 2 are for expenses 2 are for income:
Tables:
1) Invoices
2) Invoice Details
===> One-to-many relation
3) Expenses
4) ExpenseDetails
===> One-to-many relation
There is no relationship between Invoices and Expenses tables because they
are irrelevant.
Income from invoices tables can be summarized in a query and the same for
expenses so, I can have 2 queries, one for expenses and 1 for income.
Requirement:
Design a report that will include all expenses and all income, add the total
of expenses and total of income, and then subtract the expenses total from
the income total in order to find profit or loss.
What I have tried so far is to use subform as previously suggested but that
will just show another report that is totally separeted from the other. I
haven't managed to find a way to create a query between the 4 tables as this
would mix expenses with income. Also, I don't see any reason why to make a
relationship between expenses and income as they have no relationship.
What is the proper way to do this?