M
Maqza via AccessMonster.com
Hi!
I have one query like this
Cust_no daily_price dateof price
10 5000 28/09/2006
20 6000 28/09/2006
30 500 28/09/2006
40 4500 28/09/2006
50 5500 28/09/2006
Cust_no daily_price dateof price
10 29/09/2006
20 6000 29/09/2006
30 4500 29/09/2006
40 29/09/2006
50 5500 29/09/2006
Cust_no daily_price dateof price
10 5000 30/09/2006
20 30/09/2006
30 4500 30/09/2006
40 4500 30/09/2006
50 30/09/2006
I want to update previous daily_price like on 29/09/2006 I want to update
28/09/2006 price where 29/09/2006 daily_price is null
Same like on 30/09/2006 to update 29/09/2006 prices
Where 30/09/2006 daily_price is null
Please help me in this record
Thanks
I have one query like this
Cust_no daily_price dateof price
10 5000 28/09/2006
20 6000 28/09/2006
30 500 28/09/2006
40 4500 28/09/2006
50 5500 28/09/2006
Cust_no daily_price dateof price
10 29/09/2006
20 6000 29/09/2006
30 4500 29/09/2006
40 29/09/2006
50 5500 29/09/2006
Cust_no daily_price dateof price
10 5000 30/09/2006
20 30/09/2006
30 4500 30/09/2006
40 4500 30/09/2006
50 30/09/2006
I want to update previous daily_price like on 29/09/2006 I want to update
28/09/2006 price where 29/09/2006 daily_price is null
Same like on 30/09/2006 to update 29/09/2006 prices
Where 30/09/2006 daily_price is null
Please help me in this record
Thanks