J
Joel Allen
Hello,
Based on certain criteria, I want to prevent someone from deleting a task.
How can I do this. Would I make some sort of prevention like this? This
doesn't work though. Can you please help?
Function Item_BeforeDelete(ByVal Item)
Item_Write = False
Msgbox "You can't delete this!"
End Function
Thanks,
Joel
Based on certain criteria, I want to prevent someone from deleting a task.
How can I do this. Would I make some sort of prevention like this? This
doesn't work though. Can you please help?
Function Item_BeforeDelete(ByVal Item)
Item_Write = False
Msgbox "You can't delete this!"
End Function
Thanks,
Joel