BiggerBrother
Technical User
I have two tables. One is for expenses and the other for income.
income:
date transaction amount
23/11/03 Got Paid 100.00
expenses:
date expense amount
24/11/03 Paid rent 80.00
I need to be able to return a recordset that has the following:
date transaction/expense expense.amount income.amount
23/11/03 Got paid 100.00
24/11/03 Paid rent 80.00
as found on any standard bank statment type report.
I need to be able to order and compute the balance by date, and I'm not sure where to begin.
Probably easy, but I'm fairly new to this.
Thanks again
BB
income:
date transaction amount
23/11/03 Got Paid 100.00
expenses:
date expense amount
24/11/03 Paid rent 80.00
I need to be able to return a recordset that has the following:
date transaction/expense expense.amount income.amount
23/11/03 Got paid 100.00
24/11/03 Paid rent 80.00
as found on any standard bank statment type report.
I need to be able to order and compute the balance by date, and I'm not sure where to begin.
Probably easy, but I'm fairly new to this.
Thanks again
BB