Hi,
I am pretty new on creating report in Access. I am trying to print a transaction journal for a particular day or for a range of days. I have two tables:
1. Month end table
2. Transaction table
On month end the outstanding balance is posted on the month end table for each account. The transaction table contains Date, transaction detail, Debit or Credit, amount.
After printing my report should look like below:
------------------------[tt]
Report for May 21, 2004 - May 22, 2004
May 21, 2004
Account No Description Debit Credit
Balance Brought Forward 99999.99 99999.99
9999999999 XXXXXXXXXXXXXXXXXXXXXXXX 99999.99 99999.99
9999999999 XXXXXXXXXXXXXXXXXXXXXXXX 99999.99 99999.99
9999999999 XXXXXXXXXXXXXXXXXXXXXXXX 99999.99 99999.99
Outstanding Balance 99999.99 99999.99
May 22, 2004
Balance Brought Forward 99999.99 99999.99
9999999999 XXXXXXXXXXXXXXXXXXXXXXXX 99999.99 99999.99
9999999999 XXXXXXXXXXXXXXXXXXXXXXXX 99999.99 99999.99
9999999999 XXXXXXXXXXXXXXXXXXXXXXXX 99999.99 99999.99
Outstanding Balance 99999.99 99999.99
[/tt]
The Balance Brought Forward is the total of the field from month end table and total of the balance of previous days. Outstanding balance is total of Balance brought forward and the detail transaction. And finally at the end of the report the summary sheet is require.
Please help me, I am not able to make out how to proceed.
Thank you.
I am pretty new on creating report in Access. I am trying to print a transaction journal for a particular day or for a range of days. I have two tables:
1. Month end table
2. Transaction table
On month end the outstanding balance is posted on the month end table for each account. The transaction table contains Date, transaction detail, Debit or Credit, amount.
After printing my report should look like below:
------------------------[tt]
Report for May 21, 2004 - May 22, 2004
May 21, 2004
Account No Description Debit Credit
Balance Brought Forward 99999.99 99999.99
9999999999 XXXXXXXXXXXXXXXXXXXXXXXX 99999.99 99999.99
9999999999 XXXXXXXXXXXXXXXXXXXXXXXX 99999.99 99999.99
9999999999 XXXXXXXXXXXXXXXXXXXXXXXX 99999.99 99999.99
Outstanding Balance 99999.99 99999.99
May 22, 2004
Balance Brought Forward 99999.99 99999.99
9999999999 XXXXXXXXXXXXXXXXXXXXXXXX 99999.99 99999.99
9999999999 XXXXXXXXXXXXXXXXXXXXXXXX 99999.99 99999.99
9999999999 XXXXXXXXXXXXXXXXXXXXXXXX 99999.99 99999.99
Outstanding Balance 99999.99 99999.99
[/tt]
The Balance Brought Forward is the total of the field from month end table and total of the balance of previous days. Outstanding balance is total of Balance brought forward and the detail transaction. And finally at the end of the report the summary sheet is require.
Please help me, I am not able to make out how to proceed.
Thank you.