OK, First, Thank you for your interest and fast replay

---------------------------------------------------
For the working environment, it's :
** Crystal Report 10
** ODBC on SQL Server 2000
---------------------------------------------------
A sample of data is as follows:
Store Date Value
===== ======== =====
01 01/06/2006 14290
01 03/06/2006 14500
01 04/06/2006 15000
01 05/06/2006 14890
01 06/06/2006 15120
01 07/06/2006 13900
01 09/06/2006 14290
01 10/06/2006 14020
01 11/06/2006 14450
01 12/06/2006 14598
---------------------------------------------------
Now, The report should retreive the store balance within perioud
Opening Balance #######
Issue #####
receive #####
Adjustments #####
Closing Balance #######
---------------------------------------------------
I have 2 parameters (from date) (to date)
Ex:
from date : 03/06/2006
To date : 08/06/2006
the opening Balance Should be the balance of 01/06/2006 (14290)
the clsoing Balance Should be the balance of 07/06/2006 (13900)
---------------------------------------------------
I think your solution is can be applicable with the clsoing balance, but I still have the problem with Opening Balance