PDA

Click to See Complete Forum and Search --> : How do I make MSAccess97 add or subtract?


Daniel_Christie
Feb 12th, 2000, 01:06 AM
I am making a virtual check book. So when the user enters in a check amount, they have to click either "deposit" or "deduction". When deposit or deduction is pressed and the database is updated I need Access97 or VB to look at the new entry and the "deposit" or "deduction" and add/sudtract from the existing balance. How do I make MSAccess97 add or subtract an entire column of currency entries?

Any help is greatly appreciated,
Daniel Christie

Clunietp
Feb 13th, 2000, 12:15 AM
Update MyTable set MyColumn = MyColumn - MyValue [Where condition = true]