Nowsherwan
New member
- Local time
- Yesterday, 16:58
- Joined
- Jun 16, 2008
- Messages
- 5
Hy!
I would like to update value with new value for the same record Suppose:
E_ID-------Balance-------- Debit---------- NewBalance
101 ----------20 -----------------5 ------------------15
---------------15 -----------------5 ------------------10
---------------10 ---------------- 2 -------------------8
102--------- 20 ---------------- 10 ----------------- 10
---------------10 ----------------- 2 -------------------8
How do i update the value of balance from new balance for the same employee where E_ID is primary key....
Waiting to your replay
Thanks in Advance
I would like to update value with new value for the same record Suppose:
E_ID-------Balance-------- Debit---------- NewBalance
101 ----------20 -----------------5 ------------------15
---------------15 -----------------5 ------------------10
---------------10 ---------------- 2 -------------------8
102--------- 20 ---------------- 10 ----------------- 10
---------------10 ----------------- 2 -------------------8
How do i update the value of balance from new balance for the same employee where E_ID is primary key....
Waiting to your replay
Thanks in Advance