View Full Version : deleting/modifying a record in a field


lakshmi
02-22-2002, 08:02 AM
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!

David R
02-22-2002, 08:06 AM
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