Hello Friends
I have one Confusion
i have two Table like
Accounts
----------
AccID (Primary Key)
Balance
AccountName
ContactNo
Transaction
------------
TranID (Primary Key)
AccountID
TranDate
TranText
Credit
Debit
Relation
---------
Accounts.Accid - Transaction.AccountID
i want to Update Balance Field in Accounts Table from Transaction table
For Example:
Account.Balance = sum(Transaction.Credit-Transaction.Debit)
i tried so much time but i failed to solve so
Please HELP me to solve this Problem....
Thanks A Lot.
I have one Confusion
i have two Table like
Accounts
----------
AccID (Primary Key)
Balance
AccountName
ContactNo
Transaction
------------
TranID (Primary Key)
AccountID
TranDate
TranText
Credit
Debit
Relation
---------
Accounts.Accid - Transaction.AccountID
i want to Update Balance Field in Accounts Table from Transaction table
For Example:
Account.Balance = sum(Transaction.Credit-Transaction.Debit)
i tried so much time but i failed to solve so
Please HELP me to solve this Problem....
Thanks A Lot.