Locking Records to Prevent Deletion

  • Thread starter Thread starter Joyce
  • Start date Start date
J

Joyce

I need to lock the records in my table so the files can
not be deleted or altered. What is the best way to
accomplish this that will allow the administrator to
quickly unlock the fields when needed and then relock
quickly.

I appriciate your help, thank you
 
You can't "lock" tables unless you implement Access User Level Security ...
you can set .AllowDeletions = False on your forms which would disallow ANY
deletions (and you should NEVER allow users direct access to your tables
anyway, unless you want the unenviable task explaining to your boss why last
year's data is no longer available <grin>), but how do you determine who
can/cannot reverse this function?
 

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

Similar Threads

Record-Locking remains open after closing 0
Preventing Record Locked 2
Protect Worksheet Macro 2
Record Locking 2
Interesting Problem... 4
ldb locked 4
record level lock access 2002 4
Record Lock 6

Back
Top