how do I reset sql code in a table if rollback's not in Access?

G

Guest

I updated a record using SQL code and changed the attribute in one of the
fields. I now want to reset it to the original value. How do I do that
since reset or rollback don't exist in Access?
 
D

david epsom dot com dot au

application.dbengine(0).BeginTrans

....

application.dbengine(0).Rollback

What are you trying to do?

(david)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top