undo issue

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
 
J

John W. Vinson

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!
 

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.

Ask a Question

Top