I have database table created in sql server visual studio.I have one dashboard kind ,so whenever i want to change the value automatically balance amount should caluclate and display the changed value.
Su Si Sa Sd Balance
10 12 13 14 ( Balance=Su+Si+Sa+Sd)
14 15 13 17 ( Balance=Su+Si+Sa+Sd)
17 18 19 15 ( Balance=Su+Si+Sa+Sd)
I want result like this.Please help me as soon.I am using VB for this project.