In Access 2003 (I haven't tested in earlier versions) you can redo certain
design changes in form and report design view (e.g., changing the text of a
command button or label caption, or copying and pasting a control). Some
changes to properties in the Property window can also be undone and redone.
But as far as I can tell redo is not available when browsing/editing in form
view.
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
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.