June 19, 200124 yr Help, I would like user to create/delete records. How do I prevent them deleting the first one? Is there something with Status(currentrecord)
June 19, 200124 yr 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
Create an account or sign in to comment