hi,
I have an access database query this query contain tow colume like this:
Input Output Balance
500$ 100$ ([Input]-[Output])=400$
good but i need when i entire a new record in the table the balance sum the current record with the previous record like this :
Input Output Balance
500$ 100$ ([Input]-[Output])=400$
400$ 200$ Current Record=200 I need to be a 600(200+400)
How i Do this help please?