BiggerBrother
Technical User
I have two tables. One is for expenses and the other for income.
income:
date transaction amount
expenses:
date expense amount
I need to be able to return a recordset that has the following:
date transaction/expense expense.amount income.amount
as found on any standard bank statment type report.
I need to be able to order and compute the balance by date. I know the coding for the ordering and compute function, but I'm not sure how to return the data from the two tables.
Probably easy, but I'm fairly new to this.
Thanks again
BB
income:
date transaction amount
expenses:
date expense amount
I need to be able to return a recordset that has the following:
date transaction/expense expense.amount income.amount
as found on any standard bank statment type report.
I need to be able to order and compute the balance by date. I know the coding for the ordering and compute function, but I'm not sure how to return the data from the two tables.
Probably easy, but I'm fairly new to this.
Thanks again
BB