Is there a field or variable that is set when the user hits the "Delete" key? My form uses a datasheet view mode to add, update, delete data. In some cases the form is going to the "BeforeUpdate" and "AfterUpdate" events and I don't want that to occur. I want the form to delete the record whether there has been updated or not.
Thanks
Thanks