Jessica Posted June 19, 2001 Posted June 19, 2001 Help, I would like user to create/delete records. How do I prevent them deleting the first one? Is there something with Status(currentrecord)
LiveOak Posted June 19, 2001 Posted June 19, 2001 Two things are necessary. 1) Password protect the file so that the user can only delete records using a script. 2) Uniquely identify the record so that the script can perform a test to identify the records to be protected. This could be a field called "Protect" which is set to "1" to protect the record. Test this field in the delete script before performing a delete. -bd
Recommended Posts
This topic is 8563 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now