grouping of payments based on date??? [message #272855] |
Mon, 08 October 2007 01:21 |
muraliraredew
Messages: 7 Registered: October 2007 Location: Hyderabad
|
Junior Member |
|
|
1A table ABC that has 3 columns
Negative values are payments
Positive values are reciepts
description- amount - date
=================================
a -10000 30-08-07
b 12000 31-08-07
c 5000 31-08-07
a 15000 01-09-07
a 1200 01-09-07
b -2100 02-09-07
c -14000 03-09-07
Find receipt and payments for each day display according to date
Date Receipt Payment
===============================================================
30-08-07 (receipts for this day) (payments for this day)
[Updated on: Mon, 08 October 2007 03:29] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|