J James Aug 26, 2003 #1 How do you keep a record from being deleted. Just the one record not all of them, but allow any other record to be deleted?
How do you keep a record from being deleted. Just the one record not all of them, but allow any other record to be deleted?
J JohnFol Aug 26, 2003 #2 You cannot. What you can do is make sure any forms that reference the table have some code on teh Before Update that checks to see if delete is allowed, and if not set Cancel = True
You cannot. What you can do is make sure any forms that reference the table have some code on teh Before Update that checks to see if delete is allowed, and if not set Cancel = True