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

G

GMU Girl

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)
 
Top