Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
scripter
Starting Member
49 Posts |
Posted - 2007-03-03 : 13:44:00
|
| I am trying to create a financial application for a family member and I would like it to be able to keep track of current balance when you deposit money. the way I figure it is I have to pull the last Balance and add the value of the deposit to it to make the new Balance but I have not Idea how to do that.Table name CheckingPrimary Key smallmoney smallmoney datetime ID Balance Available date |
|
|
scripter
Starting Member
49 Posts |
Posted - 2007-03-03 : 13:44:50
|
| Primary Key, smallmoney, smallmoney, datetimeID, Balance, Available, date |
 |
|
|
|
|
|