records locking

  • Thread starter Thread starter nadam
  • Start date Start date
N

nadam

Guest
I update the table through a form.
Each page in the form updates one complete row of the table.

I am trying to find a method to block each row of the table (or equivalenty each record in the form) after completing the entry in order to prevent unwanted deletion or alteration of the entries of this record in the future.
Is this possible?
 
Set the allowedits and allowdeletions property of the form to no.
 
Is there a way to lock only certain records directly in a table or through a form. I've just been tasked with verifying the data in a db and I'm supposed to lock a record once it has been verified so no one else can edit it. I supposed I could move the record to new table once it's been verified and not allow edits in that table but are there any better alternatives.
 

Users who are viewing this thread

Back
Top Bottom