|
-
Feb 12th, 2000, 02:06 AM
#1
Thread Starter
Addicted Member
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
-
Feb 13th, 2000, 01:15 AM
#2
Guru
Update MyTable set MyColumn = MyColumn - MyValue [Where condition = true]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|