I have an access data base table with fields
Date Accountname Debitamount Creditamount
I want to create one day book
Date Accountname Debit Credit
if date same that field shall not be repeated as everybody know
When a new date comes creditamount-debitamount shall be shown as opening balance
any idea?