Hi,
I created a transaction file in vb with data control and access that from backend. My problem is when customer enter transaction details of customer there is a chance of making wrong entry. If this wrong data try to modified , the dependent data is not going to modify.
I used the following formulas for maintaining balances of customer :
closing balance = openbal - payment + receipt
openbal = closingbal
like this , if user found that there is wrong entry in fist or second transaction if it modified the depending fields are to me modified, but it is not possible ,
so is there any program in vb to solve my problem.


Reply With Quote

Bookmarks