Once the data is entered, it needs to be secured so that no changes can be
made. A new entry will have to be made from that point on--no changes can be
made to the data after it is entered. Project tracking is very critical in
this industry and we must protect from accidental deletes.
Once the data is entered, it needs to be secured so that no changes can be
made. A new entry will have to be made from that point on--no changes can
be
made to the data after it is entered. Project tracking is very critical
in
this industry and we must protect from accidental deletes.
Forms have an Allow Deletes property. Set it to No.
To "lock" the contents of a record I would suggest setting the content of a
Boolean field in the form's Before Update event. Then in your form's
Current event you would set the form's Allow Edits property based on the
Boolean field value.
Naturally, you would not want to allow access to the Boolean field to your
users.
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.