According MSDN when a user chooses to delete or cut a record, that record is moved into a temporary location and then the user is prompted about whether or not they want the record to be deleted. Can I suppress the temporary move of data to this buffer, like with how it would work in a Microsoft Access Project.
I would like to copy the data first into another location before the move is made or before delete occurs without having to create a new button etc.