Is the redo feature (opposite of undo) available in access? Similar to the
if you mean there is an undo for deletion of a record?
then NO,
but YES if you code such a behaviour using VBA
if you mean restoring the previous values of an edited record?
then NO if the record has been updated
this update takes place when you change to the next or previous record
view in your form,
but YES if you are editing a record and want to undo all changes while
you are still within the same record
it can be done by pressing ESC
grtz