DB CR Balance in Form
How can display current balance at the time of data entries in cash book.
I create cash book like this in Access form, and table link with the SQL Server 2000.
table name CASH
Invdate Desc DB CR BAL
---------------------------------------------
1/10/2004 Bal c/f 0 0 10000
2/10/2004 Sales 3000 13000
3/10/2004 Exp 2000 11000
.......
and so on...
I want that at the time of data entries in cash book current balance should also
display in the data entries form, how can do ?
only DB and CR data have to do data entries, not enter
balance, Balance should be display automaticaly, how ?
there are some procedure or event procedure on lost focus
in the Access Properties ?
Please help.
Mateen
|