deleting/modifying a record in a field

lakshmi

New member
Local time
Today, 21:09
Joined
Apr 26, 2000
Messages
7
Thank you for answering my previous question, but I guess I did not phrase it correctly. What I would like is to have a question before anybody can delete/modify the information in a field, e.g. the last name field. Is this possible?

Thank you for any feedback!
 
I believe you want to look into the BeforeUpdate event for your field(s) and the Delete event for the form itself (for when someone tries to delete a record).

David R
 

Users who are viewing this thread

Back
Top Bottom