I have a VB6 form with data bound text boxes. If a user changes the contents of a field then cancels, I would like to restore the old value and end without updating. It appears that recordset.resync is not supported by Access. How should I proceed? Is there sample code that demonstrates this type of action?