G
Guest
Please help me in creating Query form below records:
RecDate Details Debit Credit
01-Jan-07 Sales 2
03-Jan-07 Sales 3
10-Jan-07 Payment 5
12-Feb-07 Sales 9
15-Feb-07 Sales 10
with query Like this:
RecDate Details Debit Credit
01-Jan-07 Sales 2
03-Jan-07 Sales 3
10-Jan-07 Payment 5
31-Jan-07 Month Total
01-Feb-07 Balance B/F
12-Feb-07 Sales 9
15-Feb-07 Sales 10
28-Feb-07 Month Total
01-Mar-07 Balance B/F
in my table i have transactions for all months; i want to make month total
and for new month i want to carry the balance as the beginning date of the
month.
RecDate Details Debit Credit
01-Jan-07 Sales 2
03-Jan-07 Sales 3
10-Jan-07 Payment 5
12-Feb-07 Sales 9
15-Feb-07 Sales 10
with query Like this:
RecDate Details Debit Credit
01-Jan-07 Sales 2
03-Jan-07 Sales 3
10-Jan-07 Payment 5
31-Jan-07 Month Total
01-Feb-07 Balance B/F
12-Feb-07 Sales 9
15-Feb-07 Sales 10
28-Feb-07 Month Total
01-Mar-07 Balance B/F
in my table i have transactions for all months; i want to make month total
and for new month i want to carry the balance as the beginning date of the
month.