Click here to Skip to main content
15,907,687 members

Comments by Member 14076249 (Top 24 by date)

Member 14076249 10-Jan-19 4:16am View    
What i want is to subtract the previous balance to the current row principal only and display the sum in the balance of the current row. Please see the datagridview example. thank you!
Member 14076249 10-Jan-19 4:00am View    
the solution that you suggest for my code will subtract all of the principal and balance i think, i want to subtract the previous row balance and current row principal in datagridview.
Member 14076249 10-Jan-19 3:54am View    
Neophyte i didn't use query to subtract value from datagridview.
Member 14076249 10-Jan-19 3:44am View    
i don't want to add another column in my datagridview because i already have the column for the balance what i want is to subtract the current row principal to the previous row balance so i can get the result and display it on the current row balance.
Member 14076249 10-Jan-19 3:39am View    
The answer should be put in the current row in the balance.