undo issue

  • Thread starter Thread starter JohnE
  • Start date Start date
J

JohnE

I am wondering if there is a way that after a record is saved (or submitted),
if code exists to keep another person from changing the record or undoing the
record using the Undo button? If so, what would the code be? Or is it a
command line?

Using Windows XP Pro, Access 2007, split FE_BE.

Thanks ... John
 
I am wondering if there is a way that after a record is saved (or submitted),
if code exists to keep another person from changing the record or undoing the
record using the Undo button? If so, what would the code be? Or is it a
command line?

Using Windows XP Pro, Access 2007, split FE_BE.

Thanks ... John

Once the record is saved, Undo or <Esc> will not affect it.

You can set the form's Allow Edits proprty to No to prevent editing an
existing record. This of course makes it harder to correct legitimate errors,
but that's what "changing the record" means!
 
Back
Top