Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update Query question

Status
Not open for further replies.

dekail

MIS
Oct 18, 2002
2
0
0
US
Is it possible to do a transaction update using an update query on a field in a customer table to keep a running customer balance in the table?
 
This sort of thing is more safely done using Visual Basic and Data Access Objects. What I understand you to want is to read a record, update the field in the record and save it. I don't think this can be done reliably with an update query.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top